<div dir="ltr">Hello,<div style>After reading <a href="http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2012-January/017297.html">this</a> and <a href="http://rabbitmq.1065348.n5.nabble.com/Are-queues-replicated-across-a-cluster-td4670.html">this</a>, I understand that connecting to random nodes of a cluster does not really help spread the processing cost across all of the nodes - processing happens in the master (and slaves), regardless of what node I connect to. �</div>
<div style><br></div><div style>Does this suggest that I should take great care of what node I connect to when _creating_ a queue? If I use ConnectionFactory.newConnection(Address[]) with the same array each time, won&#39;t a majority of queues be created on the first node of that array, creating a load balance problem? This scenario assumes we mirror only to a subset of nodes.</div>
<div style><br></div><div style>Thank you,</div><div style>Adam</div></div>