<div dir="ltr"><div>Michael,<br><br></div><div>Thank you for your quick reponse. We only need one consumer per queue. We already have AD (autodelete) and durable is setted to false. We tried exclusive and non-exclusive. We still have ghost connections and consumers even when the computers running the clients are powered off.<br>
<br>Console:<br><a href="http://img827.imageshack.us/img827/9159/pce2.png">http://img827.imageshack.us/img827/9159/pce2.png</a><br><br></div><div>I read that it could be due the NAT, but I have reproduced the same issue connected directly.<br>
<br><br></div><div><br></div>Regards<br><div class="gmail_extra">
<br><br><div class="gmail_quote">2013/7/4 Michael Klishin <span dir="ltr"><<a href="mailto:michael.s.klishin@gmail.com" target="_blank">michael.s.klishin@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div><br><div class="gmail_quote">2013/7/4 Jose Ramon Palanco <span dir="ltr"><<a href="mailto:jpalanco@gmail.com" target="_blank">jpalanco@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);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't allow us to connect because we haven't permission.</blockquote>
</div><br></div>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>
<span><font color="#888888">
-- <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></font></span><br>
</div></div></blockquote></div></div></div>