summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEugene Crosser <crosser@average.org>2010-03-29 15:25:57 +0400
committerBrion Vibber <brion@pobox.com>2010-03-29 15:31:43 -0700
commitbd1363c17abf9686a6104fac7d62df3b044f87e9 (patch)
treeecea0296b6bd3945c12907d0d342a4faf9e7ecf7 /README
parent873b8328272ae9cb189477fd10e75b16d5ce050e (diff)
Make stomp queue manager work with basic servers
Signed-off-by: Eugene Crosser <crosser@average.org>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index c687cb240..757cd7579 100644
--- a/README
+++ b/README
@@ -970,6 +970,12 @@ max_retries: for stomp, drop messages after N failed attempts to process.
dead_letter_dir: for stomp, optional directory to dump data on failed
queue processing events after discarding them.
+stomp_no_transactions: for stomp, the server does not support transactions,
+ so do not try to user them. This is needed for http://www.morbidq.com/.
+
+stomp_no_acks: for stomp, the server does not support acknowledgements.
+ so do not try to user them. This is needed for http://www.morbidq.com/.
+
license
-------