[rabbitmq-discuss] High Scalability and High Availability...How to?!!
    Michael Klishin 
    mklishin at gopivotal.com
       
    Thu Jun 12 19:02:08 BST 2014
    
    
  
 On 12 June 2014 at 21:52:47, Shadi Mari (shadimari at gmail.com) wrote:
> > However, my understanding says that RabbiqMQ in the case of  
> mirrored queue will connect consumers and publishers to the  
> master node which will not help in distributing load across all  
> nodes
"master" in the above does not mean a single cluster-wide master node. It means "master
for a particular queue". By spreading connections between nodes using a balancer,
you (should) spread the nodes where queues were declared (using queue.declare).
The node on which a queue was declared becomes its master.
--  
MK  
Software Engineer, Pivotal/RabbitMQ
    
    
More information about the rabbitmq-discuss
mailing list