[rabbitmq-discuss] Equally distribute load among servers with concurrent consumers

Michael Klishin mklishin at gopivotal.com
Thu May 15 18:11:54 BST 2014


On 15 May 2014 at 21:06:54, RabbitLove (77.ears at gmail.com) wrote:
> > I set 5 concurrent consumers on each server total 10 consumers  
> for two
> servers. 10 consumers listen to the same queue. What I found is  
> that the
> round robin dispatch only feed the first server with 5 first,  
> the sixth one
> will go to the second server. How could equally distributed among  
> two
> servers without losing the benefit of have 5 concurrent consumers  
> on the
> same server?

Message distribution between consumers is unaware of consumer (the app)
network location. What matters is basic.qos setting for the channels:
make sure they are equal. 
--  
MK  

Software Engineer, Pivotal/RabbitMQ


More information about the rabbitmq-discuss mailing list