Re: How to use unique queue for different camel-vm endpoint

2010-09-01 Thread Naira & Kobo
Thanks. My oversight, my bad. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-use-unique-queue-for-different-camel-vm-endpoint-tp2799194p2799495.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to use unique queue for different camel-vm endpoint

2010-09-01 Thread Claus Ibsen
Well if you take a look here http://camel.apache.org/seda Then see that yellow warning box. On Wed, Sep 1, 2010 at 2:29 PM, Naira & Kobo wrote: > > What version of Camel are you using? > camel 2.2.0 > > Have you actually looked at the SEDA/VM documentation which has a warn > about using multipl

Re: How to use unique queue for different camel-vm endpoint

2010-09-01 Thread Naira & Kobo
Its the simple pipeline pattern. I have differnt osgi bundles (camel application), which are exposed as endpoints to Servicemix as vm endpoints. Each of them do a specific function. I am just calling each function in a sequential order. e.g. endpoint A - is a REST protocol consumer endpoint B -

Re: How to use unique queue for different camel-vm endpoint

2010-09-01 Thread Naira & Kobo
What version of Camel are you using? camel 2.2.0 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 I read those pages before making this post and I didnt see any such thing about mul

Re: How to use unique queue for different camel-vm endpoint

2010-09-01 Thread Claus Ibsen
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 wrote: > > Hi Guys, > > I am working on a project

Re: How to use unique queue for different camel-vm endpoint

2010-09-01 Thread Matt Pavlovich
Naira- Can u describe in a little more detail the process you are trying to implement? Perhaps there is a pattern better suited for your assignment. Thanks, Matt Pavlovich On Sep 1, 2010, at 6:07 AM, Naira & Kobo wrote: > > Hi Guys, > > I am working on a project that requires using multpl