Re: Transaction spanning multiple threads query

2013-03-15 Thread Christian Müller
Short answer: no
Camel leverage on the Spring Platform Transaction Manager which doesn't
support this.

Sent from a mobile device
Am 15.03.2013 21:38 schrieb "gilboy" :

> Hi
>
> I have 2 routes. The first route calls a DAO method which makes a change to
> an Oracle database table. When done it places the message on to a seda
> queue.
>
> My second route picks the message from the seda queue and invokes another
> DAO method resulting in another change to an oracle table. My query is, if
> I
> use the transaction syntax in my route will the transaction span multiple
> routes(hence multiple threads)?
>
> Thanks
> Joe
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Transaction-spanning-multiple-threads-query-tp5729268.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>


Transaction spanning multiple threads query

2013-03-15 Thread gilboy
Hi

I have 2 routes. The first route calls a DAO method which makes a change to
an Oracle database table. When done it places the message on to a seda
queue. 

My second route picks the message from the seda queue and invokes another
DAO method resulting in another change to an oracle table. My query is, if I
use the transaction syntax in my route will the transaction span multiple
routes(hence multiple threads)? 

Thanks
Joe



--
View this message in context: 
http://camel.465427.n5.nabble.com/Transaction-spanning-multiple-threads-query-tp5729268.html
Sent from the Camel - Users mailing list archive at Nabble.com.