stompserver. I think this is the lightweight message queue I’ve been looking for: written in Ruby and EventMachine, easy to set up (thanks to gems), interoperates perfectly with stomp.py.
stompserver. I think this is the lightweight message queue I’ve been looking for: written in Ruby and EventMachine, easy to set up (thanks to gems), interoperates perfectly with stomp.py.
I've been looking for something like this too, please post your impressions if you give it a try.
At IMified, we're using POE MessageQueue [1], A Perl POE component that offers a Stomp server framework. The distribution includes a lightweight Stomp server that offers a persistent storage backend.
It's currently passing tens of thousands of messages per minute and peaked at 20k in a single second last week.
[1] http://search.cpan.org/dist/POE-Component-MessageQ ueue/
Adam Kalsey - 14th December 2007 22:56 - #
Whatever became of Spread? It was wicked fast when I last used it, but it seems that python support has just kind faded away.