<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div class="h5">Once the queue comes back up, provided the exchange to which it was</div>
</div>
bound was _also_ durable, the bindings will be recreated. At that point<br>
new msgs published to the queue should appear in the queue.<br>
<br>
As for msgs that were previously sent to the queue before the node died,<br>
a) they could have been consumed and ack&#39;d by the consumer<br>
b) they might not have been published persistent<br>
c) they might have not been sync&#39;d to disk so didn&#39;t get recovered<br></blockquote><div><br></div><div>That&#39;s not what&#39;s happening. Previous messages aren&#39;t the issue...I expect those to be blackholed. Once the node is back up, the queue and the bindings show:</div>
<div><br></div><div>Phantome:rabbitmq-server  $ sudo /opt/rabbitmq-server/sbin/rabbitmqctl -n rabbit_1@Phantome list_queues         </div><div>Listing queues ...</div><div>cluster_test<span class="Apple-tab-span" style="white-space:pre">        </span>0</div>
<div>...done.</div><div>Phantome:rabbitmq-server  $ sudo /opt/rabbitmq-server/sbin/rabbitmqctl -n rabbit_1@Phantome list_bindings</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><br></div><div><br></div><div>If you publish at this point into the exchange, assuming the binding has been restored as indicated, the queue shows still empty:</div><div><br></div><div>Phantome:rabbitmq-server  $ sudo /opt/rabbitmq-server/sbin/rabbitmqctl -n rabbit_1@Phantome list_queues  </div>
<div>Listing queues ...</div><div>cluster_test<span class="Apple-tab-span" style="white-space:pre">        </span>0</div><div>...done.</div><div><br></div><div><br></div><div>The queue doesn&#39;t start to fill with publishes until you redeclare the binding.</div>
<div><br></div><div>-J </div></div>