Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 Qpid/AMQP 中忽略来自你自己的消息?我已经挖掘了 qpid 的文档和源代码,但找不到让我忽略它们的标志。这似乎是要传递给 exchangeBind() 的东西。
您是否尝试过在 basic.consume 方法上设置 no-local 标志?