Is there an option, to autodelete a queue if a dead-letter-exchange occurs?
I'm creating something like a scheduled tasks.
Eg:
- I create a base worker-queue
- then create helper queues with dead-letter-exchange
- It routes the messages correctly to worker.
Now how to tell RabbitMQ to delete helper queues after they're used? Or do I have to delete them manually (using an another "garbage-collector" queue, for example)?