Re: Message Grouping Retry Policy

2015-04-24 Thread Gary Tully
perfectly. On 24 April 2015 at 15:55, Tim Bain wrote: > Thanks for the info Gary. > > Summarizing the info in that JIRA, I believe the answer is "If you've set > 'jms.nonBlockingRedelivery=true' on your URL, message processing will > continue during the redelivery interval, and the redelivered me

Re: Message Grouping Retry Policy

2015-04-24 Thread Tim Bain
Thanks for the info Gary. Summarizing the info in that JIRA, I believe the answer is "If you've set 'jms.nonBlockingRedelivery=true' on your URL, message processing will continue during the redelivery interval, and the redelivered message will be re-processed out-of-order once the redelivery inter

Re: Message Grouping Retry Policy

2015-04-24 Thread Gary Tully
there is some good info in https://issues.apache.org/jira/browse/AMQ-1853 short answer: the ordered blocking consumer side is configurable but it is independent of jms message groups On 6 April 2015 at 11:09, cduvvuri wrote: > Would ActiveMq holds ordered messages delivery until the first messag

Re: Message Grouping Retry Policy

2015-04-23 Thread Tim Bain
I'm interested in the answer to this question. For messages on a queue outside of a message group, I believe processing continues during the retry interval, so I'd guess the same is true for message groups but I don't know for sure. On Apr 6, 2015 6:37 AM, "cduvvuri" wrote: > Would ActiveMq hold