Re: Issue with Transactions and Split

2013-10-05 Thread gquintana
- You can receive only one message per transaction (at least with Spring DMLC), but can send many - The transaction should wrap the whole route as long you don't change thread (paralllelProcessing) - You mat set transacted=true and transactionManager in your ActiveMQ endpoints: from("activemq:que

Re: Issue with Transactions and Split

2013-10-04 Thread Baris Acar
The comment in the link below - if true - indicates that the jms component (which the activemq component is based on) is "not designed for batched transactions" and doesn't support consuming multiple messages in a single transaction; I don't know whether that also means it won't post a batch of

Re: Issue with Transactions and Split

2013-10-04 Thread abdiels
First let me thank you for replying...Here is what I have in my XML let me know if you need any additional information. -- View this message in context: http://camel.465427.n5.nabble.

Re: Issue with Transactions and Split

2013-10-04 Thread gquintana
How did you declare the transaction manager? Something like: -- View this message in context: http://camel.465427.n5.nabble.com/Issue-with-Transactions-and-Split-tp5738618p5740888.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Issue with Transactions and Split

2013-10-03 Thread abdiels
Any ideas? Any advice? Do I need to add more information? Wrong place to post? Any feedback would be appreciated. -- View this message in context: http://camel.465427.n5.nabble.com/Issue-with-Transactions-and-Split-tp5738618p5740825.html Sent from the Camel - Users mailing list archive at N