问题标签 [virtual-topic]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
43 浏览

.net - 接受消息后的 AMQP ReceiverLink 不会在 UI 中将消息出列

我将消息发布到一个虚拟主题,然后从那里发布到两个队列。我正在使用 ReceiverLink 异步使用来自其中一个队列的消息。

我正在接受这些消息,但 UI 中的出列计数仍为 0。

队列信息

从 receiverlink API 文档中,“应用程序通过调用 Accept(Message)、Reject(Message, Error)、Release(Message) 或 Modify(Message, Boolean, Boolean, Fields) 方法来确认消息。”

一旦消息被确认,消息是否应该在 UI 中出列?

在消费者上附加 AMQP 跟踪,

AmqpTrace