You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by astorath <ov...@yandex.ru> on 2013/12/16 05:04:11 UTC

Re: Apache Camel multithread processing

Any updates?



--
View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-multithread-processing-tp5741383p5744808.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Apache Camel multithread processing

Posted by astorath <ov...@yandex.ru>.
1. Altering the proc is not an option,
2. I need to create a transaction on per message basis.



--
View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-multithread-processing-tp5741383p5744860.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Apache Camel multithread processing

Posted by "Preben.Asmussen" <pr...@dr.dk>.
You could also change the stored proc to return a batch of messages, or use a
bean to call the stored proc. n times, and then return the result as a list
or iterator from the bean. Use the splitter to iterate over the result for
further processing.



--
View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-multithread-processing-tp5741383p5744818.html
Sent from the Camel - Users mailing list archive at Nabble.com.