<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2014-02-04 Sven Resch <span dir="ltr"><<a href="mailto:sven@logicopolis.com" target="_blank">sven@logicopolis.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div>Should tutorial #3 be updated to use <b>auto_delete=True</b> or should the description for the <b>exclusive</b> flag be fixed?</div></blockquote></div><br>The effect of exclusive=True is two-fold:<br><br clear="all">

<div>* The queue can only be used on the connection that declared it</div><div>* When that connection is closed or lost, the queue will *always* be deleted</div><div><br></div><div>On the other hand, auto-deleted non-exclusive queues can be used by any connection</div>

<div>and will be deleted when the last consumer is cancelled or gone (if there ever was one).</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>