An extract from Camel in action book

"parallelProcessing will use a default thread pool to achieve concurrency."

"The Threads EIP is the only EIP that has additional options in the DSL
offering fine grained definition of the thread pool to be used."

Hope this helps for some extent

On Wed, Oct 14, 2015 at 7:56 PM, dermoritz <[email protected]> wrote:

> I just found out about .thread(numberOfThreads) but until now i only used
> "parallelProcessing()" (on splitter, aggregator). Since i have got a
> problem
> with parallelProcessing on aggregator
> (https://issues.apache.org/jira/browse/CAMEL-9222), i tried it with
> "thread"
> and this is working!
>
> What is the difference of both?
>
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/parallelProcessing-vs-thread-i-tp5772643.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to