Re: redelivery counter not increased higher than one causing indefinite redelivery

2014-10-16 Thread Xander Uiterlinden
vid Jencks < david_jen...@yahoo.com.invalid> wrote: > Maybe the redelivery counter is transactional so if the xa tx rolls back > and redelivery is needed the counter gets reset? this is speculation but > might explain your result. > > david jencks > > On Oct 16, 2014, at

redelivery counter not increased higher than one causing indefinite redelivery

2014-10-16 Thread Xander Uiterlinden
Hi, I'm trying to implement a JMS consumer that uses XA transactions in order to create a consumer that consumes the message and does work with the message in a single transaction. The code for the consuming worker is as follows: class Worker implements Runnable { public void run() { Active

Re: destinationPerDurableSubscriber on a individualDeadLetterStrategy when all subscribers fail?

2014-10-14 Thread Xander Uiterlinden
s there something I'm overlooking here or should I create a JIRA issue for this ? Xander On Tue, Oct 14, 2014 at 3:34 PM, Xander Uiterlinden wrote: > Hi, > > I'm trying to setup individual DLQ's for each of the subscribers to a > topic. > I tried setting thi

destinationPerDurableSubscriber on a individualDeadLetterStrategy when all subscribers fail?

2014-10-14 Thread Xander Uiterlinden
Hi, I'm trying to setup individual DLQ's for each of the subscribers to a topic. I tried setting this up using the destinationPerDurableSubscriber="true" for the individualDeadLetterStrategy as follows: