[rabbitmq-discuss] shared exchange/queue
Simon MacMullen
simon at rabbitmq.com
Thu Feb 6 08:32:45 GMT 2014
On 05/02/2014 13:53, Tomas Tulka wrote:
> Hi, I need to have a "topic" shared between two brokers.
Hi.
> Consider an exchange called TestDistributedEx and its queue called
> TestDistributedExQ, and two brokers rabbit at server1, rabbit at server2, and of
> course two clients connected to their brokers (client1 -> server1, client2
> -> server2).
>
> Sending a message1 by client1 to server1 and message2 by client2 to server2
> I need to get message1 and message2 by client1, and message1 and message2 by
> client2 - it means two sends, four receives.
Sounds like you want a federated exchange:
http://www.rabbitmq.com/federated-exchanges.html
Cheers, Simon
More information about the rabbitmq-discuss
mailing list