Re: camel-activemq and transacted routes

2012-07-09 Thread Claus Ibsen
Hi I suggest to check the EIP http://camel.apache.org/transactional-client.html And if you have a copy of Camel in Action, then chapter 9 is all about transactions. The source code of the book is freely available to peek Also the unit tests of the camel components itself can be worthwhile https:

Re: camel-activemq and transacted routes

2012-07-09 Thread James Carman
I had to use cacheLevelName=CACHE_CONSUMER On Mon, Jul 9, 2012 at 11:58 AM, Thomas Johansen wrote: > Hi, > > Are there any working examples with a Camel transacted route and ActiveMQ > endpoints? There are a lot of parameters to toggle, and my test is not > quite working. > > Essentially I have a

camel-activemq and transacted routes

2012-07-09 Thread Thomas Johansen
Hi, Are there any working examples with a Camel transacted route and ActiveMQ endpoints? There are a lot of parameters to toggle, and my test is not quite working. Essentially I have a route like this: SpringTransactionPolicy transactionalPolicy = new SpringTransactionPolicy(transactionManager)