Hi Kafe, that was exactly my intention to make it clear to you that this will NOT be possible as long as your routing logic is transacted. For instance different implementations of Spring's PlatformTransactionManager keep the state of the currently running transaction into a ThreadLocal so that one cannot simply spawn another thread to continue routing in another thread for the SAME transaction.
BTW, Raul's suggestion sounds good to me. Babak -- View this message in context: http://camel.465427.n5.nabble.com/Redelivery-with-multiple-transacted-routes-tp5158209p5158895.html Sent from the Camel - Users mailing list archive at Nabble.com.
