[rabbitmq-discuss] Cluster Sequencing

Michael Klishin mklishin at gopivotal.com
Sat Jun 28 06:30:43 BST 2014


On 28 June 2014 at 05:10:02, Xicheng Chang (mr.xchang at gmail.com) wrote:
> > How does the cluster ensure that all the messages(in different  
> queues) get delivered to the receiver in the same order they were  
> sent to the queue cluster?

Every queue in a cluster has a master node (the node where it was declared).
All messages routed to that queue go through it (even if publishers and consumers
using it connect to other cluster nodes). So, the queue master basically performs
coordination. 
--  
MK  

Staff Software Engineer, Pivotal/RabbitMQ


More information about the rabbitmq-discuss mailing list