<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2013/1/17 Prabodh Upreti <span dir="ltr">&lt;<a href="mailto:prabodh.upreti@vce.com" target="_blank">prabodh.upreti@vce.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div id=":wz">Does this mean I need to create a durable exchange too?  </div></blockquote><div><br></div><div style>AFAIR only durable queues can be bound to durable exchanges. So, yes.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div id=":wz">Also when I publish<br>
messages do I need to do anything special so that it can survive a server<br>
restart.  I am assuming here that since the queue is durable, the already<br>
published messages should survive a server restart.  I would appreciate you<br>
clarification.</div></blockquote></div><br>Messages need to be published as persistent (delivery mode 2). Different</div><div class="gmail_extra">clients expose it in slightly different ways, see the publishing function in</div>

<div class="gmail_extra">your client.<br>-- <br>MK<br><br><a href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br><a href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>


</div></div>