X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=README;h=1e244c448296ba95c62f622be7f7dc235b6c8530;hb=7bcb5c3c9eb77df4e410cc439f1eb534998ebb41;hp=c687cb240a57d616da317f1cbfc016fd0a460ec4;hpb=f0d905112ede6e45594b6ceceea3a6af4d9954f9;p=quix0rs-gnu-social.git diff --git a/README b/README index c687cb240a..1e244c4482 100644 --- a/README +++ b/README @@ -942,6 +942,26 @@ stomp_password: password for connecting to the stomp server; defaults to null. stomp_persistent: keep items across queue server restart, if enabled. + Under ActiveMQ, the server configuration determines if and how + persistent storage is actually saved. + + If using a message queue server other than ActiveMQ, you may + need to disable this if it does not support persistence. + +stomp_transactions: use transactions to aid in error detection. + A broken transaction will be seen quickly, allowing a message + to be redelivered immediately if a daemon crashes. + + If using a message queue server other than ActiveMQ, you may + need to disable this if it does not support transactions. + +stomp_acks: send acknowledgements to aid in flow control. + An acknowledgement of successful processing tells the server + we're ready for more and can help keep things moving smoothly. + + This should *not* be turned off when running with ActiveMQ, but + if using another message queue server that does not support + acknowledgements you might need to disable this. softlimit: an absolute or relative "soft memory limit"; daemons will restart themselves gracefully when they find they've hit @@ -970,6 +990,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 -------