index
:
statusnet/lukeshus-statusnet
0.7.x
0.8.x
0.9.x
1.0.x
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
stompqueuemanager.php
Age
Commit message (
Expand
)
Author
2010-02-17
Queues: redid the breakout control model so we can start up and subscribe to ...
Brion Vibber
2010-02-16
Stomp queue restructuring for mass scalability:
Brion Vibber
2010-02-16
Pull fix from testing branch: use new encoding funcs w/ stomp queues
Brion Vibber
2010-02-10
Queue daemon fixes:
Brion Vibber
2010-01-30
on exceptions, stomp logs the error and reenqueues
Evan Prodromou
2010-01-28
Manual failover for stomp queues.
Brion Vibber
2010-01-28
Can now set $config['queue']['stomp_persistent'] = false; to explicitly disab...
Brion Vibber
2010-01-27
debug log line for control channel sub
Brion Vibber
2010-01-27
Add persistent:true property to Stomp messages so ActiveMQ doesn't decide to ...
Brion Vibber
2010-01-26
Control channel for queue daemons to request graceful shutdown, restart, or u...
Brion Vibber
2010-01-22
Fix for stuck queue messages: wrap processing in stomp transactions so our la...
Brion Vibber
2010-01-21
XMPP 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-14
Keep handler registration per-site to fix queue registration in mixed config ...
Brion Vibber
2010-01-12
Major refactoring of queue handlers to support running multiple sites in one ...
Brion Vibber
2009-08-25
change controlyourself.ca to status.net
Evan Prodromou
2009-08-25
change laconi.ca to status.net
Evan Prodromou
2009-08-25
change Laconica and Control Yourself to StatusNet in PHP files
Evan Prodromou
2009-07-09
one more shot at servicing queues
Evan Prodromou
2009-07-09
Revert "Let the queue handlers drain their xmpp queues"
Evan Prodromou
2009-07-09
Let the queue handlers drain their xmpp queues
Evan Prodromou
2009-07-09
yet another select() refinement
Evan Prodromou
2009-07-09
slightly more robust select() logic
Evan Prodromou
2009-07-09
use select() to bring down xmpp latency
Evan Prodromou
2009-07-09
slightly better timing
Evan Prodromou
2009-07-08
manually re-enqueue failed notices
Evan Prodromou
2009-07-08
log errors in handling notices
Evan Prodromou
2009-07-05
better handling of frames and notices
Evan Prodromou
2009-07-04
better debug logging in stomp queue manager
Evan Prodromou
2009-07-04
don't say we're connecting if we're not
Evan Prodromou
2009-07-04
move handling code into queuemanager
Evan Prodromou
2009-07-03
add _queueName function
Evan Prodromou
2009-07-02
more logging in stompqueuemanager
Evan Prodromou
2009-07-01
add fail() method to stompqueuemanager
Evan Prodromou
2009-07-01
save frames for StompQueueManager
Evan Prodromou
2009-06-28
start of queuemanager code
Evan Prodromou