From bd1363c17abf9686a6104fac7d62df3b044f87e9 Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Mon, 29 Mar 2010 15:25:57 +0400 Subject: Make stomp queue manager work with basic servers Signed-off-by: Eugene Crosser --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') 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 ------- -- cgit v1.2.3-54-g00ecf