如何使用 Mule 3 的 REST API 确认 RabbitMQ 队列中存在的所有未确认消息
我必须确认所有未确认的消息并将计数归零。如果消息已准备就绪,那么使用清除请求程序(删除http://localhost:8767/api/queues/vhost/name/contents)我可以清除并删除消息,但如果它处于未确认状态,则此清除不工作或者计数仍然显示在未确认部分。
请建议如何使用RabbitMQ的REST API来ACK队列中的所有消息并使计数为零。
I have to acknowledge all the unacknowledged message and make the count zero. If the message is in ready so the using the purge requester (DELETE http://localhost:8767/api/queues/vhost/name/contents) I am able to purge and remove the messages but if it is in unacked then this purge is not working or count still showing in the unacked section.
Kindly suggest how to use the REST API of RabbitMQ to ACK all the messages in the queue and make the count as zero.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在rabbitmq管理中确认它们或清除队列
you can ack them or purge queue in rabbitmq management