[rabbitmq-discuss] RabbitMQ HA master/slave performance

Michael Klishin michael.s.klishin at gmail.com
Sun Mar 9 19:33:13 GMT 2014


2014-03-09 22:33 GMT+04:00 mlabarinas <marianogabriel at hotmail.com>:

> I want to know if is better in terms of
> performance have the queues distributed in different masters
>

It is a good idea to have queue masters to be more evenly distributed
across nodes. As far as performance goes, what matters is what node
takes published messages and what node has the consumers for the queue(s)
the message is routed to. In other words, you want to achieve data locality
more than equal queue masters distribution.
-- 
MK

http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140309/e6968f30/attachment.html>


More information about the rabbitmq-discuss mailing list