忽略 Qpid/AMQP 中的环回消息?

发布于 2024-11-04 16:44:23 字数 101 浏览 2 评论 0原文

有没有办法在 Qpid/AMQP 中忽略来自您自己的消息?我已经研究了 qpid 的文档和源代码,但找不到可以让我忽略它们的标志。看起来像是要传递给 ExchangeBind() 的东西。

Is there a way to ignore messages that come from yourself in Qpid/AMQP? I've dug around both the documentation and the source for qpid, and can't find a flag that lets me ignore them. It seems like something that would be passed to exchangeBind().

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

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

发布评论

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

评论(1

深海里的那抹蓝 2024-11-11 16:44:28

您是否尝试过在basic.consume方法?

Have you tried setting the no-local flag on the basic.consume method?

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