corvus-ch / rabbitmq-cli-consumer

Consume RabbitMQ messages into any cli program
MIT License
236 stars 36 forks source link

Dead letter queue support #56

Closed estahn closed 5 years ago

estahn commented 5 years ago

Does this support dead letter queues? If the message fails 3 times it moves into a DLQ?

corvus-ch commented 5 years ago

Sort answer: No.

But this does not hinder you to make this happen. It only means that you can not use the config file of this tool to setup the required exchanges, queues and what not. Nothing is hindering you to do this with other means (e.g. manually in the management UI of RabbitMQ or better, with any configuration management tool of your choice).