Re: Question on VM Endpoint, multipleConsumers and OSGi

2012-02-07 Thread Claus Ibsen
xt.stopRoute("two"); >        context.removeRoute("two"); >        Thread.sleep(1); >        context.stop(); > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Question-on-VM-Endpoint-multipleConsumers-and-OSGi-tp3

Re: Question on VM Endpoint, multipleConsumers and OSGi

2012-02-07 Thread vivekvasudeva
from("seda:dump?multipleConsumers=true").routeId("three") .log("three: + ${body}"); context.start(); Thread.sleep(1); context.stopRoute("two"); context.removeRoute("two"); Thread.

Re: Question on VM Endpoint, multipleConsumers and OSGi

2012-02-05 Thread Claus Ibsen
b ? > > Vivek > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Question-on-VM-Endpoint-multipleConsumers-and-OSGi-tp3284450p5457045.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Fuse

Re: Question on VM Endpoint, multipleConsumers and OSGi

2012-02-04 Thread vivekvasudeva
ets the message and logs it The 2nd, 3rd consumers does not print the message ?? So how is it true pub-sub ? Vivek -- View this message in context: http://camel.465427.n5.nabble.com/Question-on-VM-Endpoint-multipleConsumers-and-OSGi-tp3284450p5457045.html Sent from the Camel - Users mailing

Re: Question on VM Endpoint, multipleConsumers and OSGi

2010-12-05 Thread Claus Ibsen
r bundles and finally start the writer only > one(!) listener reports that the packet was received. I expected log > messages from both listeners due to multipleConsumers=true. > > Did I misunderstood the vm option? > > klaus. > -- > View this message in context: &

Re: Question on VM Endpoint, multipleConsumers and OSGi

2010-11-30 Thread klausb
To me its unclear which bundle is missing here. klaus. -- View this message in context: http://camel.465427.n5.nabble.com/Question-on-VM-Endpoint-multipleConsumers-and-OSGi-tp3284450p3286195.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Question on VM Endpoint, multipleConsumers and OSGi

2010-11-30 Thread Guillaume Nodet
gt; http://camel.465427.n5.nabble.com/Question-on-VM-Endpoint-multipleConsumers-and-OSGi-tp3284450p3286154.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/ Open Source SOA http://fusesource.com

Re: Question on VM Endpoint, multipleConsumers and OSGi

2010-11-30 Thread klausb
Can I use NMR inside pure Karaf? I mean without using a complete ServiceMix installation. What features do I need to install? klaus. -- View this message in context: http://camel.465427.n5.nabble.com/Question-on-VM-Endpoint-multipleConsumers-and-OSGi-tp3284450p3286154.html Sent from the Camel

Re: Question on VM Endpoint, multipleConsumers and OSGi

2010-11-30 Thread Claus Ibsen
than using VM for pub-sub with high > throughput? > > Btw. The non-OSGi test to verify my assumption on multipleConsumers with VM > failed. I created three camel contexts (one sender, two receivers). > > klaus. > -- > View this message in context: > http://camel.465427.n5

Re: Question on VM Endpoint, multipleConsumers and OSGi

2010-11-30 Thread klausb
this message in context: http://camel.465427.n5.nabble.com/Question-on-VM-Endpoint-multipleConsumers-and-OSGi-tp3284450p3285739.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Question on VM Endpoint, multipleConsumers and OSGi

2010-11-29 Thread Claus Ibsen
ng messages between bundles. > > klaus. > -- > View this message in context: > http://camel.465427.n5.nabble.com/Question-on-VM-Endpoint-multipleConsumers-and-OSGi-tp3284450p3284467.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen --

Re: Question on VM Endpoint, multipleConsumers and OSGi

2010-11-29 Thread klausb
Ok, but should it work? Is my assumption correct? klaus. -- View this message in context: http://camel.465427.n5.nabble.com/Question-on-VM-Endpoint-multipleConsumers-and-OSGi-tp3284450p3284467.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Question on VM Endpoint, multipleConsumers and OSGi

2010-11-29 Thread Claus Ibsen
start all three listener bundles and finally start the writer only > one(!) listener reports that the packet was received. I expected log > messages from both listeners due to multipleConsumers=true. > > Did I misunderstood the vm option? > > klaus. > -- > View

Question on VM Endpoint, multipleConsumers and OSGi

2010-11-29 Thread klausb
n? klaus. -- View this message in context: http://camel.465427.n5.nabble.com/Question-on-VM-Endpoint-multipleConsumers-and-OSGi-tp3284450p3284450.html Sent from the Camel - Users mailing list archive at Nabble.com.