summaryrefslogtreecommitdiff
path: root/lib/stompqueuemanager.php
AgeCommit message (Collapse)Author
2009-09-15Revert "Several fixes to make RabbitMQ a player."Evan Prodromou
This reverts commit c04987018cd6c845c6da7a92d9857d8c651f7022.
2009-09-11Several fixes to make RabbitMQ a player.Marcel van der Boom
* extlib/Stomp.php -spaces for tabs (we're on PEAR, right?) - send: initialize the $properties parameter as array() instead of null this prevents unsetting $headers if $properties was not set (besides that, it's the proper way to initialize an array) - subscribe: insert FIXME's on ActiveMQ specifics - ack: make sure the content-length header is set *and* is zero. I have seen the header set to '3' there but could not find where it came from, this is at least safe. - disconnect: typo in $headers variable - readFrame: use fgets() instead of gets() so that RabbitQ, which is more protocol strict can also play * extlib/Stomp/Frame.php - spaces for tabs - add note on possibly protocol violating linefeed * extlib/Stomp/Message.php - space for tabs - add content-length header for message * lib/stompqueuemanager.php - use the notice for logging, not the frame
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
This reverts commit fc3442a041a43f2df29deedc0ad96fbd6ba92385.
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