使用 Apache.NMS 库时,有没有办法设置 ActiveMQ 中消息重新传递的最大数量?
我正在使用 Apache.NMS 1.4。我需要能够以编程方式设置消息在放入 DLQ(死信队列)之前可以传递的最大次数。有办法做到吗?
I'm using Apache.NMS 1.4. I need to be able to programmatically set the maximum number of times a message can be delivered before being placed in the DLQ (Dead Letter Queue). Is there a way to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将其添加到您的连接字符串 nms.RedeliveryPolicy.MaximumRedeliveries=5
示例:
tcp://localhost:61616?nms.RedeliveryPolicy.MaximumRedeliveries=5
add this to your connection string nms.RedeliveryPolicy.MaximumRedeliveries=5
Example:
tcp://localhost:61616?nms.RedeliveryPolicy.MaximumRedeliveries=5