<div>Hi,</div><div><br></div><div>I have a 2 node rabbitmq cluster which is working and I would like to know if there is any directive with pika to indicate all the nodes names and ports in the connection parameters to manage node failure.</div><div>I mean if one node is down, the script will automatically switch from one node to another node in the cluster. I think it could be possible with some HAproxy but maybe in the pika module itself (as what we could find with some MongoDB driver) we could set all nodes parameters in the connection string. I do not find anything about that in the documentation. Am I missing something ? thanks.</div><br><div><div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">My environment:</div><ul style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;"><li>Ubuntu 12.04 with RabbitMQ 2.71.</li><li>Broker instances are all disk nodes.</li><li>Queues are declared as durable and x-ha-policy:all</li><li>Clients are written in Python using Pika 0.9.9.</li></ul><div><font color="#000000" face="Calibri, sans-serif"><span style="font-size: 14px; line-height: 17px;">Nicolas</span></font></div></div>