- 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:queue:a?transaction=true&transactionManager=#jmsTransactionManager")
 
- shareUnitOfWork seems useless in your case




--
View this message in context: 
http://camel.465427.n5.nabble.com/Issue-with-Transactions-and-Split-tp5738618p5740942.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to