<div dir="ltr">Hello,<br><br>i have a question about Clustering RMQ Servers. I want to have multiple RMQ Servers that i can switch on and off if i want. But if there more than one server running in the LAN they should syncronize itself. I think clustering is the right setup.<br><br>My question is how i can setup my client to use the right ip?<br><br>factory.setHost("192.168.0.51");<br><br>At the moment there a running two instances with the same hostname:<br><br><blockquote style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">root@raspberrypi:/etc/rabbitmq# rabbitmqctl cluster_status<br>Cluster status of node rabbit@raspberrypi ...<br>Error: unable to connect to node rabbit@raspberrypi: nodedown<br><br>DIAGNOSTICS<br>===========<br><br>nodes in question: [rabbit@raspberrypi]<br><br>hosts, their running nodes and ports:<br>- raspberrypi: [{rabbitmqctl3224,39192}]<br><br>current node details:<br>- node name: rabbitmqctl3224@raspberrypi<br>- home dir: /var/lib/rabbitmq<br>- cookie hash: k3Y8zd/RVr1yZFvY2SoRPQ==<br></blockquote><br>AND<br><br><br><blockquote>root@raspberrypi:/etc/rabbitmq# rabbitmqctl cluster_status<br>Cluster status of node rabbit@raspberrypi ...<br>Error: unable to connect to node rabbit@raspberrypi: nodedown<br><br>DIAGNOSTICS<br>===========<br><br>nodes in question: [rabbit@raspberrypi]<br><br>hosts, their running nodes and ports:<br>- raspberrypi: [{rabbitmqctl2964,40862}]<br><br>current node details:<br>- node name: rabbitmqctl2964@raspberrypi<br>- home dir: /var/lib/rabbitmq<br>- cookie hash: hEhcDC1Mlicw6A9QfMhtaw==<br></blockquote><br></div>