Re: Setting redelivery properties on XaConnectionFactory

2014-03-21 Thread preben
I have tested with redelivery of -1 and 5 and it seems to work in my case. Im getting infinite with -1 and 1+5 with redelivery of 5. I seem to recall that redeliveryDelay is not respected, but I haven't tested it. Other than that I got issues as described here http://activemq.2283324.n4.nabble.co

Re: Setting redelivery properties on XaConnectionFactory

2014-03-21 Thread Richard Kettelerij
I wonder wether the RedeliveryPolicy on your XA ConnectionFactory works as expected considering https://issues.apache.org/jira/browse/AMQ-4367. On Thu, Mar 20, 2014 at 9:56 AM, preben wrote: > A follow up for others. > > It seems impossible to use the Activemq JCA adapter with ActivationSpecs >

Re: Setting redelivery properties on XaConnectionFactory

2014-03-20 Thread preben
A follow up for others. It seems impossible to use the Activemq JCA adapter with ActivationSpecs pr. destination in a convenient way. There is also some talk about this here Instead I gave