My use is case is to read from a JMS queue and update two different jdbc tables with the same datasource. On failure of either update, both database actions should be rolled back and the message should be sent to a jms dead.letter queue.
Do I need an external transaction manager to ensure that any messages received are either processed or end up on the dead.letter queue? -- View this message in context: http://camel.465427.n5.nabble.com/Transactions-without-External-Transaction-Manager-tp5771407.html Sent from the Camel - Users mailing list archive at Nabble.com.
