]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
Tweak to Eugene Crosser's patch to make transactions and acks configurable; disabling...
[quix0rs-gnu-social.git] / lib / default.php
index 7b0d08e4ca218524d744be846e1b9085ceb44c52..7d9a37174b7f37bd3aeb44d6e6880ba0fca95d46 100644 (file)
@@ -88,6 +88,8 @@ $default =
               'stomp_username' => null,
               'stomp_password' => null,
               'stomp_persistent' => true, // keep items across queue server restart, if persistence is enabled
+              'stomp_transactions' => true, // use STOMP transactions to aid in detecting failures (supported by ActiveMQ, but not by all)
+              'stomp_acks' => true, // send acknowledgements after successful processing (supported by ActiveMQ, but not by all)
               'stomp_manual_failover' => true, // if multiple servers are listed, treat them as separate (enqueue on one randomly, listen on all)
               'monitor' => null, // URL to monitor ping endpoint (work in progress)
               'softlimit' => '90%', // total size or % of memory_limit at which to restart queue threads gracefully