<div>
Hi,</div><div><div><br></div></div>
<p style="color: #A0A0A8;">On Thursday, May 17, 2012 at 3:32 PM, Fernando Morgenstern wrote:</p><blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
<span><div><div><div>2) Why RabbitMQ lost all messages if all queues were set as durable?</div></div></div></span></blockquote><div> Queue durability just guarantees that the queue won't be deleted after a broker restart. If you want persistent messages then you need to publish your messages with delivery_mode=2.</div><div><br></div><div>Regards,</div><div><br></div><div>Alvaro</div>