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 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 | Apache Camel PMC Member | Apache Camel committer
> Apache Incubator PMC Member
>
> https://www.linkedin.com/pub/christian-mueller/11/551/642
>
>
> On Fri, Oct 11, 2013 at 11:54 PM, astorath <overri...@yandex.ru> wrote:
>
> > I want the route to operate in several thread simultainously.
> >
> > from(¨timer://foo¨).to(¨jdbc://myDataSource¨).to(¨mock:results¨)
> >
> > I can use two routes (timer + seda) to get that kind of result, but this
> is
> > ugly (besides using additional thread and queue), or I can create the
> route
> > several times. Is there any normal way to get that kind of behavior?
> >
> >
> >
> > --
> > View this message in context:
> >
> http://camel.465427.n5.nabble.com/Apache-Camel-multithread-processing-tp5741383.html
> > Sent from the Camel - Users mailing list archive at Nabble.com.
> >
>



-- 
Charles Moulliard
Apache Committer / Architect @RedHat
Twitter : @cmoulliard | Blog :  http://cmoulliard.github.io

Reply via email to