<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Very interesting. I assume the exchange in a fanout exchange (I see no</div>
routing key in your list_bindings output). When in this &quot;broken&quot; state,<br>
what happens if you publish to the queue with mandatory set?</blockquote><div><br></div><div>The exchange is a direct exchange. With mandatory set it doesn&#39;t raise any exceptions. </div><div><br></div><div>I&#39;m noticing the output of list_bindings is different after the node restart and then after the redeclare.</div>
<div><br></div><div>Before Restart:</div><div><br></div><div><div>Listing bindings ...</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>exchange<span class="Apple-tab-span" style="white-space:pre">        </span>cluster_test<span class="Apple-tab-span" style="white-space:pre">        </span>queue<span class="Apple-tab-span" style="white-space:pre">        </span>cluster_test<span class="Apple-tab-span" style="white-space:pre">        </span>[]</div>
<div>cluster_test<span class="Apple-tab-span" style="white-space:pre">        </span>exchange<span class="Apple-tab-span" style="white-space:pre">        </span>cluster_test<span class="Apple-tab-span" style="white-space:pre">        </span>queue<span class="Apple-tab-span" style="white-space:pre">        </span>cluster_test<span class="Apple-tab-span" style="white-space:pre">        </span>[]</div>
<div>...done.</div></div><div><br></div><div>While Node Is Down:</div><div><div>Listing bindings ...</div><div>...done.</div></div><div><br></div><div>After Restart:</div><div><br></div><div><div>Listing bindings ...</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>exchange<span class="Apple-tab-span" style="white-space:pre">        </span>cluster_test<span class="Apple-tab-span" style="white-space:pre">        </span>queue<span class="Apple-tab-span" style="white-space:pre">        </span>cluster_test<span class="Apple-tab-span" style="white-space:pre">        </span>[]</div>
<div>...done.</div></div><div><br></div><div><br></div><div>It looks like there&#39;s an extra binding that doesn&#39;t get recreated.</div><div><br></div><div>-J</div></div>