Delete Unacked message from queue

681 views
Skip to first unread message

jaya prakash

unread,
Jan 20, 2020, 12:35:59 AM1/20/20
to Ruby RabbitMQ libraries
Hello,

 I want to delete the Unacked message from the queue, without deleting queue or restarting the consumers. 

Michael Klishin

unread,
Jan 20, 2020, 12:57:25 AM1/20/20
to Ruby RabbitMQ libraries
You cannot delete unacknowledged messages without confirming them (positively or negatively, doesn't matter) [1] or requeueing [2] them
and then purging the entire queue.

Reply all
Reply to author
Forward
0 new messages