Hello,<div><br></div><div>I had some issues with RabbitMQ, and had to restart it.  The issue was that the queue sizes were remaining constant, despite there being producers and consumers.  But after restarting, I am unable to create a few of my queues.</div>
<div><br></div><div>I am using Pika, and I get the error:</div><div>ChannelClosed: Channel.Close(class_id = 50, method_id = 10, reply_code = 404, reply_text = &quot;NOT_FOUND - no queue &#39;collector.be2&#39; in vhost &#39;/&#39;&quot;)</div>
<div><br></div><div>I get the same error if I then try to delete it.</div><div>We noticed that the queue is still bound to the default exchange.  So, it seems like that&#39;s causing the strange behavior.  And I can&#39;t delete a default binding.  Is there any way to solve this problem without restarting RabbitMQ?  If I do have to restart RabbitMQ, can I expect it to be in a proper state?  I noticed that at least one of the queues I had issues with was declared as durable.  I&#39;m not sure if that impacted this negatively.</div>
<div><br></div><div>Thank you!</div><div><br></div>