[rabbitmq-discuss] Using RabbitMQ as Messaging Exchange

Ben Hood 0x6e6562 at gmail.com
Sat Aug 23 16:44:09 BST 2008


Pete,

On Sat, Aug 23, 2008 at 12:31 PM, Pete Kay <petedao at gmail.com> wrote:
> I have a series of load-balanced clustered servers and they all publish
> events in the form of text messages.  I am looking for using RabbitMQ to
> listen on event messages from all the clustered servers and then publish it
> out to subscribed clients.

Rabbit is a message broker, which means that one client publishes
messages to an exchange in Rabbit and another client consumes this
message from a queue that they are subscribed to. The way in which the
message goes into a particular queue is configured using routing
rules. So if I understand you correctly, you could use Rabbit to solve
your use case. Let me know if you need more detail.

HTH,

Ben




More information about the rabbitmq-discuss mailing list