Re: JMSXGroupID and un-acked-messages

2008-07-21 Thread Matt23
haven't found much information regarding message groups and redelivery behavior. Is there some configuration option to send the whole message group to the dead letter queue? Thanks, Matt -- View this message in context: http://www.nabble.com/JMSXGroupID-and-un-acked-messages-tp12227393p18577052

JMSXGroupID and un-acked-messages

2007-08-19 Thread Mario Siegenthaler
hi guys What's the expected behavior with messages that are not ack'ed (for example because the MessageListener throws an exception or the transaction is rolled back) and have a JMSXGroupID set? Say we've two messages A and B that belong to the same message group. 1) Processing of A fails. The