<div class="gmail_quote">2010/12/22 Matthew Sackman <span dir="ltr">&lt;<a href="mailto:matthew@rabbitmq.com">matthew@rabbitmq.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Wed, Dec 22, 2010 at 05:42:12PM +0100, Henrik Abrahamsson wrote:<br>
&gt; My failover mechanism for my listener works like this: when connection to<br>
&gt; node1 goes down, connect to node2 and redeclare the queue q.<br>
<br>
</div>That cannot be done. It should be returning a 404 error and closing the<br>
channel or maybe even the connection... unless the queue is not durable.<br>
If the queue is not declared durable, you should be ok.<br></blockquote><div><br>It is a non-durable queue.<br><br>/Henrik<br>
</div></div>