On Tue, Oct 13, 2009 at 2:21 PM, SwenVogel <[email protected]> wrote:
>
> Thats really easy!
>
> And is the combination of the seda route and thread DSL correct?
The seda consumer supports concurrency so you can just do:
from("seda:foo?concurrentConsumers=20").to(x)
Then you do not need the .threads() in the DSL.
Details at:
http://camel.apache.org/seda
>
>
> --
> View this message in context:
> http://www.nabble.com/Jetty-asynchronus-and-parallel-processing-tp25870376p25871863.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>
--
Claus Ibsen
Apache Camel Committer
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus