Redelivery policy broken in 5.7.0

2012-10-26 Thread chudak
I have an existing RedeliveryPolicy configured thusly: This has been working fine up through 5.5.1. Today I upgraded to 5.7.0 and now my application won't start: y'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with nam

Re: Transaction not started XA problems

2012-01-31 Thread chudak
: chudak wrote > > Did you ever solve this problem? > > I've been using atomikos, spring DMLC and activemq for several years. > Recently I started using camel and we are having this exact same problem. > With the camel endpoints polling (which effectively doubled the numbe

Re: Transaction not started XA problems

2011-12-27 Thread chudak
Did you ever solve this problem? I've been using atomikos, spring DMLC and activemq for several years. Recently I started using camel and we are having this exact same problem. With the camel endpoints polling (which effectively doubled the number of message listener containers I previously had) e

Re: Rolled back messages never get redelivered

2009-12-14 Thread chudak
I figured this out but it was in no way obvious... I had to add this to the DMLC: Hope this helps someone else avoid wasting a whole day.. Charles chudak wrote: > > I'm having a problem with message redelivery. > > I'm using: > > ActiveMQ 5.3.0 > Spring

Rolled back messages never get redelivered

2009-12-14 Thread chudak
I'm having a problem with message redelivery. I'm using: ActiveMQ 5.3.0 Spring 2.5.6 Spring Integration 1.0 Atomikos 3.5.9 If I send a 'broken' message to my queue, the transaction rolls back correctly but it NEVER gets redelivered even if I restart both the client (application) and the broker.