Re: JMSXGroupId and nonBlockingRedelivery

2019-12-02 Thread Tim Bain
This isn't something I've personally tried (nor that I'm familiar with enough to say for sure whether it would work), but it seems like it should be possible as long as you ensure that messages that are not processable are not moved to a DLQ no matter how many times they're retried. That seems to b

JMSXGroupId and nonBlockingRedelivery

2019-12-01 Thread n999999
Hi I think the definition of these terms are: The JMSXGroupId header Guarantees ordering of the processing of related messages across a single queue. nonBlockingRedelivery option controls whether on a Rollback of the session the messages that were previously delivered and will be re-delivered sh