RabbitMQ Queue Auto-Delete

Breadcrumbs for myself. Queue config options: exclusive: delete when declaring connection closes. No other connection can even access this. Only queues can be exclusive. autodelete: delete when the last downstream thing (i.e. consumers for a queue, or queues for an exchange) goes away. Note that this isn’t bound to channels or connections at all really.… Continue reading RabbitMQ Queue Auto-Delete