<div dir="ltr">According to the spec, a durable queue cannot be exclusive, as exclusive implies auto-delete:<div><br></div><div><div>&nbsp;&nbsp; &nbsp;request an exclusive queue</div><div>&nbsp;&nbsp; &nbsp; &nbsp;Exclusive queues may only be consumed from by the current connection.<br>
</div><div>&nbsp;&nbsp; &nbsp; &nbsp;Setting the &#39;exclusive&#39; flag always implies &#39;auto-delete&#39;.</div><div><br></div><div>Is it possible to simulate this exclusive behavior? I can do a passive declare and look at the consumer count in the declare-ok, but that will introduce race conditions without a central lock.</div>
<div><br></div><div>&nbsp;&nbsp;Aman</div></div></div>