Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Ruby RabbitMQ libraries
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
Delete Unacked message from queue
843 views
Skip to first unread message
jaya prakash
unread,
Jan 20, 2020, 12:35:59 AM
1/20/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
1/20/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.
1.
https://www.rabbitmq.com/confirms.html#acknowledgement-modes
2.
https://www.rabbitmq.com/confirms.html#automatic-requeueing
Reply all
Reply to author
Forward
0 new messages