chilts / mongodb-queue

Message queues which uses MongoDB.
209 stars 91 forks source link

Dead Queues Management #25

Closed yashwanthm closed 5 years ago

yashwanthm commented 6 years ago

Is there a way available to ack and delete messages from Dead Queues?

chilts commented 5 years ago

A dead queue is just a queue, so you can use it the normal way (except you'd probably process it differently, such as ping your monitoring solution, or (olde skool) send yourself an email). :) By using it in the normal way, you can get the message, process it, and ack it as normal.