Re: Apache Camel multithread processing

2013-12-16 Thread astorath
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

2013-12-15 Thread Preben.Asmussen
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.

Re: Apache Camel multithread processing

2013-12-15 Thread astorath
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

2013-11-04 Thread astorath
I've been missing for some time... Yeah, I've read the documentation and tried some workarounds with no luck. The goal is as follows: 1. We have some DB Stored Procedure (GetMessage); 2. The proc works similar to JMS: it listens for for the incoming messages for some time and returns the message o

Re: Apache Camel multithread processing

2013-10-14 Thread Charles Moulliard
And since Camel 2.12 we also have a new async component (like SEDA) - http://camel.apache.org/disruptor.html using a disruptor and not BlockingQueue of the JDK On Sat, Oct 12, 2013 at 3:21 PM, Christian Müller < christian.muel...@gmail.com> wrote: > You should explain your requirements in more d

Re: Apache Camel multithread processing

2013-10-12 Thread Christian Mueller
Astorath, can you please subscribe to the discussion forum as we describe here [1]. Otherwise all your mails has to be moderate by the Camel team and is may missed/delayed. [1] http://camel.apache.org/discussion-forums.html Thanks in advance, Christian -- View this message in context: http:/

Re: Apache Camel multithread processing

2013-10-12 Thread Raul Kripalani
If you're trying to process multiple records picked up by a DB query in parallel, you should take a look at the Splitter EIP, which includes support for multithreading out of the box. Regards, Raúl. > On 12 Oct 2013, at 01:21, astorath wrote: > > I want the route to operate in several thread sim

Re: Apache Camel multithread processing

2013-10-12 Thread Christian Müller
You should explain your requirements in more detail. Or have a look at the following sites to answer the question yourself: http://camel.apache.org/multicast.html http://camel.apache.org/seda.html Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel |