[rabbitmq-discuss] Identifying and deleting messages from RMQ queues

ding tilak.singh at icreon.com
Wed Oct 9 14:34:02 BST 2013


Hi,

I'm using rabbitmq in one of my project and as per requirement I first add
messages into DB table and then publish them into RMQ queues. And on the
other side consumer server consumes message from queues and update their
status in DB (so that I can identify which messages have been consumed so
far and which are yet to be consumed). Now user can cancel messages from
processing. This means if user updates message status as `cancelled` then
that message should not be processed by the consumer. In other word, I want
to delete cancelled messages from RMQ queues so that consumer don't receive
them.

Is this possible to delete some selective messages from rabbitmq queues ? 


Thanks,
Ding




  




--
View this message in context: http://rabbitmq.1065348.n5.nabble.com/Identifying-and-deleting-messages-from-RMQ-queues-tp30379.html
Sent from the RabbitMQ mailing list archive at Nabble.com.


More information about the rabbitmq-discuss mailing list