[rabbitmq-discuss] License
PATAR, SAGAR
sp345s at att.com
Wed Oct 2 17:57:44 BST 2013
Thanks ..
We have a scenario where we need to expose our cluster to WAN so that clients can publish/subscribe for messages .. We wanted to see if rabbitMQ provides a load balancer capability so the messages/consumers are distributed evenly in the cluster (mirrored queue master/slave cluster) ..
Also we want to expose an single AMQP or STOMP url to our clients so that clients are not aware of any internal changes and are not affected when we have the below scenarios ..like new slaves added or slaves removed or master changed or IP of the master/slaves change internally etc ...
Do you think we need to have a Load blancer to abstract rabbitMQ to provide the above ...
-----Original Message-----
From: Emile Joubert [mailto:emile at rabbitmq.com]
Sent: Wednesday, October 02, 2013 12:19 PM
To: PATAR, SAGAR
Cc: Discussions about RabbitMQ
Subject: Re: [rabbitmq-discuss] License
Hi,
On 02/10/13 15:43, PATAR, SAGAR wrote:
> In regards to the cluster ... we will be having 2 different clusters
> .. one of them will be a backup just in case the primary cluster goes
> down ...we wanted to check if federation can be used to sync up these
> two different env's on a WAN on just few queues...
Yes, federation can apply to a subset of exchanges using policies.
Also see http://www.rabbitmq.com/federation.html#clustering
-Emile
More information about the rabbitmq-discuss
mailing list