Re: Adding some parallelism to synchronous route

2015-06-30 Thread Hans Loven
d) > .bean(e) > > What camel pattern should I look into in implementing the parallel part of > the above route? > > Thanks. > -AP_ > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Adding-some-parallelism-to-synchronous-route-tp5768703.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Adding some parallelism to synchronous route

2015-06-30 Thread apara
processed. So, I am looking for something like: .bean(a) .parallel(b,c,d) .bean(e) What camel pattern should I look into in implementing the parallel part of the above route? Thanks. -AP_ -- View this message in context: http://camel.465427.n5.nabble.com/Adding-some-parallelism-to-synchronous