Open
Description
Expected Behavior
if consumer detect Bad Queue, get rid of it while preserving Good Queue
Current Behavior
No action on Bad Queue and Good Queue
(It seems that there are only simple consumers)
Context
I would like to implement the CoDel algorithm in the existing BlockingQueueConsumer or create a new Consumer.
See Also
CoDel in wikiepdia
CoDel in RFC
CoDel in RabbitMQ's disscussion
CoDel in RabbitMQ's Blog