在 Redhat MRG/Apache QPID 中创建仅浏览队列
如何强制只能在 Red Hat MRG/Apache QPID 中浏览队列,以便客户端只能浏览该队列。即使某些客户端尝试从队列中消费消息,他也应该无法做到这一点。
How can I enforce a queue to be browse only in Red Hat MRG/Apache QPID so that clients can only browse the queue. Even if some client tries to consume message off queue, he should not be able to do it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为没有这样的选项来配置代理,但您的客户端可以以仅浏览模式连接到队列。
--编辑--
让客户端使用 browser_only 队列的另一种方法。
I don't think there is such an option to configure the broker, but your clients can connect to the queue in browse-only mode.
--EDIT--
Another way to make clients use browse_only queues.