summaryrefslogtreecommitdiff
path: root/lib/stompqueuemanager.php
AgeCommit message (Expand)Author
2010-08-10StatusNet_network staticGet lookup fixBrion Vibber
2010-06-03Option to divert PuSH items directly to the target site's queue when localBrion Vibber
2010-05-21Add $config['queue']['stomp_enqueue_to'] override for which queue server to s...Brion Vibber
2010-03-29Tweak to Eugene Crosser's patch to make transactions and acks configurable; d...Brion Vibber
2010-03-29Make stomp queue manager work with basic serversEugene Crosser
2010-02-17Queues: redid the breakout control model so we can start up and subscribe to ...Brion Vibber
2010-02-16Stomp queue restructuring for mass scalability:Brion Vibber
2010-02-16Pull fix from testing branch: use new encoding funcs w/ stomp queuesBrion Vibber
2010-02-10Queue daemon fixes:Brion Vibber
2010-01-30on exceptions, stomp logs the error and reenqueuesEvan Prodromou
2010-01-28Manual failover for stomp queues.Brion Vibber
2010-01-28Can now set $config['queue']['stomp_persistent'] = false; to explicitly disab...Brion Vibber
2010-01-27debug log line for control channel subBrion Vibber
2010-01-27Add persistent:true property to Stomp messages so ActiveMQ doesn't decide to ...Brion Vibber
2010-01-26Control channel for queue daemons to request graceful shutdown, restart, or u...Brion Vibber
2010-01-22Fix for stuck queue messages: wrap processing in stomp transactions so our la...Brion Vibber
2010-01-21XMPP queued output & initial retooling of DB queue manager to support non-Not...Brion Vibber
2010-01-15--xmpp-only hack for queuedaemon.php to run separate queue daemon with only x...Brion Vibber
2010-01-14Keep handler registration per-site to fix queue registration in mixed config ...Brion Vibber
2010-01-12Major refactoring of queue handlers to support running multiple sites in one ...Brion Vibber
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-07-09one more shot at servicing queuesEvan Prodromou
2009-07-09Revert "Let the queue handlers drain their xmpp queues"Evan Prodromou
2009-07-09Let the queue handlers drain their xmpp queuesEvan Prodromou
2009-07-09yet another select() refinementEvan Prodromou
2009-07-09slightly more robust select() logicEvan Prodromou
2009-07-09use select() to bring down xmpp latencyEvan Prodromou
2009-07-09slightly better timingEvan Prodromou
2009-07-08manually re-enqueue failed noticesEvan Prodromou
2009-07-08log errors in handling noticesEvan Prodromou
2009-07-05better handling of frames and noticesEvan Prodromou
2009-07-04better debug logging in stomp queue managerEvan Prodromou
2009-07-04don't say we're connecting if we're notEvan Prodromou
2009-07-04move handling code into queuemanagerEvan Prodromou
2009-07-03add _queueName functionEvan Prodromou
2009-07-02more logging in stompqueuemanagerEvan Prodromou
2009-07-01add fail() method to stompqueuemanagerEvan Prodromou
2009-07-01save frames for StompQueueManagerEvan Prodromou
2009-06-28start of queuemanager codeEvan Prodromou