What version of Camel are you using?

Have you actually looked at the SEDA/VM documentation which has a warn
about using multiple VM/SEDA queues?
http://camel.apache.org/seda
http://camel.apache.org/vm

On Wed, Sep 1, 2010 at 1:07 PM, Naira & Kobo <lekkie.ay...@gmail.com> wrote:
>
> Hi Guys,
>
> I am working on a project that requires using multple camel-vm endpoints.
>
> See an example of my flow:
>
> camelContext-vm-endpoint 1 = A
> camelContext-vm-endpoint 2 = B
> camelContext-vm-endpoint 3 = C
>
> When I send a message from A -> B -> C
>
> when C returns with a response, the response is sent to A and B
> simultaneously as well i.e. instead of only C to get the response, and then
> send its response to B and B sends to A in that order, all A,B,&C gets the
> response at once.
>
> How can I avoid this?
>
> Regards.
>
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/How-to-use-unique-queue-for-different-camel-vm-endpoint-tp2799194p2799194.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to