[Twisted-Python] Twisted-friendly Message bus
Phil Mayers
p.mayers at imperial.ac.uk
Fri Jun 30 02:11:30 MDT 2006
Bruce Mitchener wrote:
> Phil Mayers wrote:
>> I've run into "this service needs to know about this event from this
>> other service" once too often. It's message bus time, baby.
>
> I ran into similar problems at work where we had been using PB but found
> that it did not perform to expectation (or requirement).
>
> I've replaced the bulk of our PB communications with a STOMP[1] protocol
> implementation to talk to with ActiveMQ[2] servers. This has been great
> and I can easily push over 10000 messages/second now.
Bruce,
Thanks, this is very helpful. STOMP and ActiveMQ were two of the things
I looked at after sending my original query, though I must admit to
being turned off by the Java-based servers. But as you say, if it works.
I'll take a look, thanks.
More information about the Twisted-Python
mailing list