One that was unclear to me in the clustering documentation is how you setup consumers to work with clusters or if there even is any setup?
<div><br></div><div>Does the consumer need to be aware of all the nodes in a cluster?</div><div>If not does the consumer just need to be hooked up to the node that the other nodes are clustered around and things are automatically load balanced?</div>

<div><br></div><div>My consumers are connected to a single node right now, so is my producer. If add nodes and cluster them around this node will rabbitmq handle all the load balancing?</div><div><br></div><div>This seems a bit to magical to me and seems like both producers and consumers would need to be aware of the nodes.</div>

<div><br></div><div>I am using the AMQP python lib</div><div><br></div><div>Suhail</div>