Hello,<br><br>I have a cluster set up of two disc nodes with a durable exchange e and a non-durable queue q.<br><br>My failover mechanism for my listener works like this: when connection to node1 goes down, connect to node2 and redeclare the queue q.<br>
<br>But when testing this by restarting the rabbitmq node1, the execution hangs when redeclaring q on node2. Why does this happen?<br><br>I&#39;m using the java client and rabbitmq 2.2.0.<br><br>/Henrik<br>