Re: Context Component and Transactions...

2012-04-20 Thread Christian Müller
It depends... ;-) Camel relays on SpringPlatformTransactionManager which is bound to the current thread, If you use the "direct" protocol/component, this will be part of this transaction. If you use the "seda" or "vm" protocol/component (which will use a different thread), the route in your contex

Context Component and Transactions...

2012-04-20 Thread James Carman
We are planning to write a bunch of camel contexts which contain routes using only local endpoints (the vm component). To get everyone talking to one another, we'll create a "wiring" context which connects the dots. I was wondering how this will work with transactions. Suppose I have a few routes