On Thursday, October 18, 2012 12:20:54 PM UTC-5, Matt Campbell wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">RabbitMQ version: 2.8.7<div>Erlang version: R14B04</div><div><br></div><div>We are seeing an issue where queues that have been deleted using the amqp basic.delete command tend to linger in the Management console and in calls to the HTTP API. This is an issue for us as we are using that API to discover dynamically created and deleted queues. Can anyone confirm this behavior or offer a suggestion as to how we can mitigate it?</div><div><br></div><div>Thanks,</div><div><br></div><div>Matt</div></blockquote><div><br></div><div>I learned some more about what is going on. If I try to redeclare the queue, rabbit returns an error unless I match the queue arguments, as I would expect, but then if I go to delete the queue, I get an error saying it doesn't exist.</div><div><br></div><div>Our setup for this environment is a single node running in cluster mode (we are planning on adding a second node in the near future) and all our queues are declared with x-ha-policy set to all.</div>