You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Edwin <ed...@gmail.com> on 2013/07/18 19:11:57 UTC

Achieving Concurrency using a Load Balancer

Hi Folks,

I'm wondering if it is possible to achieve concurrency when using a load
balancer without using queues?

Thanks,
Edwin



--
View this message in context: http://camel.465427.n5.nabble.com/Achieving-Concurrency-using-a-Load-Balancer-tp5735862.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Achieving Concurrency using a Load Balancer

Posted by Christian Müller <ch...@gmail.com>.
Yes, take a look at the following unit test [1]. It use the "thread()" DSL
to use a thread pool for parallel processing.

[1]
https://git-wip-us.apache.org/repos/asf?p=camel.git;a=blob;f=camel-core/src/test/java/org/apache/camel/processor/ThreadsDefaultTest.java;h=97b7e84c71d57ca0d69d98eec26a81bf38f4e37d;hb=HEAD

Christian Müller
-----------------

Software Integration Specialist

Apache Camel committer: https://camel.apache.org/team
V.P. Apache Camel: https://www.apache.org/foundation/
Apache Member: https://www.apache.org/foundation/members.html

https://www.linkedin.com/pub/christian-mueller/11/551/642


On Thu, Jul 18, 2013 at 7:11 PM, Edwin <ed...@gmail.com> wrote:

> Hi Folks,
>
> I'm wondering if it is possible to achieve concurrency when using a load
> balancer without using queues?
>
> Thanks,
> Edwin
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Achieving-Concurrency-using-a-Load-Balancer-tp5735862.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>