Hi all,<div>we are studing/testing RabbitMQ in order to use it on a big project.</div><div><br></div><div>I'd like to know if it is correct:</div><div><br></div><div><ol><li>If I have a mirrored queue, all consumers of this queue are all connected to the master queue and not to the slaves (slaves are used for backup if master node fails).</li>
<li>When a queue (mirrored or not) is
dinamically created by a client
in a cluster enviroment , it is created on the client's node and not in any node of the cluster (so there is an automatic load balancing of queues in a cluster)</li><li>If a client is connected to a mirrored queue and the master of the queue fails/goes down, a slave is defined as a new master and new connections go through the new node; but all old clients, that were using connections to the old master node, have dead channel and RabbitMQ don't create automatically connection to the new node. </li>
</ol><div>Are these sentences right?</div><div><br></div><div>Thanks in advance!</div></div><div>Luke</div>