<div dir="ltr"><div><div><div>Working with RabbitMQ 3.1.<br><br></div>My code declares a queue as auto-delete, non-persistent. It then proceeds to read a number of message from the queue using basic.get. I don&#39;t call basic.consume however.<br>
<br></div>Eventually the code finishes and the connection goes away. The RabbitMQ admin console shows no connections and no channels, but my queue was never deleted.<br><br></div>I know auto-deletion has to do with consumers, but from my perspective, my code is certainly consuming messages, and the channels/connections are definitely going away.<br>
<br>Thanks,<br><br>Matt<br></div>