忽略 Qpid/AMQP 中的环回消息?
有没有办法在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过在basic.consume方法?
Have you tried setting the no-local flag on the basic.consume method?