<div dir="ltr">According to the spec, a durable queue cannot be exclusive, as exclusive implies auto-delete:<div><br></div><div><div> request an exclusive queue</div><div> Exclusive queues may only be consumed from by the current connection.<br>
</div><div> Setting the 'exclusive' flag always implies 'auto-delete'.</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> Aman</div></div></div>