<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2013/7/4 Jose Ramon Palanco <span dir="ltr">&lt;<a href="mailto:jpalanco@gmail.com" target="_blank">jpalanco@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

After reboot, the service starts and when trying to create the queue, it conflicts with the former queue. We tried to create the queue as exclusive, but it doesn&#39;t allow us to connect because we haven&#39;t permission.</blockquote>

</div><br>Is it because you have multiple connections using the queue?</div><div class="gmail_extra"><br clear="all"><div>If you consumer from the queue, you can declare it as auto-delete and non-durable instead of exclusive. Then as soon as the last consumer (registered with basic.consume, not using basic.get) is gone, it will be deleted.</div>

-- <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>