【发布时间】:2014-07-29 11:53:13
【问题描述】:
最近我一直在使用 Azure Pack 和 Service Bus for Windows Server 1.1,我正在使用队列进行消息延迟。
我想知道是否可以放弃延迟消息以使其再次对其他人可见?目前我可以使用Receive(_seqNr) 检索我的延迟消息,但是当我调用Abandon() 方法时它没有效果。
有没有办法实现这种行为?
请注意,我不能仅使用 PeekLock,因为在需要时会在应用程序流程的后期进行放弃。
【问题讨论】:
标签: azure servicebus deferred-execution azure-servicebus-queues azure-pack