[rabbitmq-discuss] Cluster capability?

Simon MacMullen simon at rabbitmq.com
Mon Nov 25 17:34:23 GMT 2013


On 23/11/2013 20:54, Paul wrote:
> A use case here looks something like this:
>
> 1. Client on computer A publishes message X to local exchange on computer A
> 2. Client on computer B consumes message X from its local exchange on computer B
>
> The intent here is that each client should need to know only its local broker. Clients should not need to know anything about another computer or broker.
>
> How is this best done using RabbitMQ?

Depends what exactly you're trying to do (of course). The use case you 
describe is quite broad, you could achieve that with clustering *or* 
federation *or* the shovel. Each have pros and cons.

Have you looked at http://www.rabbitmq.com/distributed.html ?

Cheers, Simon


More information about the rabbitmq-discuss mailing list