]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Tweak to Eugene Crosser's patch to make transactions and acks configurable; disabling...
authorBrion Vibber <brion@pobox.com>
Mon, 29 Mar 2010 22:46:41 +0000 (15:46 -0700)
committerBrion Vibber <brion@pobox.com>
Mon, 29 Mar 2010 22:46:41 +0000 (15:46 -0700)
commitfaa14b64abb006422149562ba51e82820ed2aefa
tree4dac1096a712910216a03b337b38e8b09d89ce6a
parentbd1363c17abf9686a6104fac7d62df3b044f87e9
Tweak to Eugene Crosser's patch to make transactions and acks configurable; disabling them gets basic message delivery working under MorbidQ, and may help with RabbitMQ etc.

I swapped the settings from negative to positive ($config['queue']['stomp_transactions'] = false rather than $config['queue']['stomp_no_transactions'] = true), gave them defaults (both on for best ActiveMQ experience), and added notes to the README about configuring them.
README
lib/default.php
lib/stompqueuemanager.php