I have a Camel route that runs in an ActiveMQ broker. This route stores some
data in an Oracle database, and then puts a message on a persistent queue,
which uses JDBC persistence and stores the data in that same database. I'd
like both of these activities to occur in a single transaction. Since they
both use the same database, this should be able to happen in a simple, local
transaction. Is there any support for this in Camel or ActiveMQ?
--
View this message in context:
http://www.nabble.com/Local-transaction-spanning-DB-insert-and-JMS-persistence-tp18507660s22882p18507660.html
Sent from the Camel - Users mailing list archive at Nabble.com.