开发者

Is there a way to set the maximum number of message redeliveries in ActiveMQ when using the Apache.NMS libraries?

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?


add this to your connection string nms.RedeliveryPolicy.MaximumRedeliveries=5

Example: tcp://localhost:61616?nms.RedeliveryPolicy.MaximumRedeliveries=5

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜