Re: Re:XA transaction not working on Broker redelivery.

2013-10-17 Thread soelvar
Thanks for the info...I am now trying with this example http://code.google.com/p/camelinaction/source/browse/trunk/chapter9/xa/src/test/resources/spring-context.xml?r=344 but whatever i do i cant get e.g. delayed redelivery to work on the consumer side. It sounds like you did it...do you mind shari

Re: Re:XA transaction not working on Broker redelivery.

2013-10-11 Thread Gary Tully
add queue="*" attribute. There is a related topic in the archives: http://mail-archives.apache.org/mod_mbox/activemq-users/201211.mbox/%3c1352825341497-4659265.p...@n4.nabble.com%3E On 11 October 2013 03:07, soelvar wrote: > Hi, > > I am trying a simular setup, but am having problems > redelivery

Re: Re:XA transaction not working on Broker redelivery.

2013-10-10 Thread soelvar
Hi, I am trying a simular setup, but am having problems redeliveryPlugin/defaultEntry. It is complaining: IllegalArgumentException: You must specify the 'destination' property. How did you get around that? Cheers, Jesper -- View this message in context: http://activemq.2283324.n4.nabble.com/X

RE: Re:XA transaction not working on Broker redelivery.

2013-04-15 Thread guillaume.surrel
il 2013 16:44 À : users@activemq.apache.org Objet : Re:XA transaction not working on Broker redelivery. Broker redelivery function uses scheduler to redeliver messages. B/w scheduled messages are out of any transactions so you will see the repsonse messages even if rollback is performed. At 2013

Re:XA transaction not working on Broker redelivery.

2013-04-15 Thread SuoNayi
Broker redelivery function uses scheduler to redeliver messages. B/w scheduled messages are out of any transactions so you will see the repsonse messages even if rollback is performed. At 2013-04-15 22:11:09,guillaume.sur...@orange.com wrote: >Hello, > >I'm having some troubles using redelive