如何使用 Mule 3 的 REST API 确认 RabbitMQ 队列中存在的所有未确认消息

发布于 2025-01-11 17:11:58 字数 338 浏览 0 评论 0原文

我必须确认所有未确认的消息并将计数归零。如果消息已准备就绪,那么使用清除请求程序(删除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.

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

美人如玉 2025-01-18 17:11:58

您可以在rabbitmq管理中确认它们或清除队列

you can ack them or purge queue in rabbitmq management

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文