Re: Question on VM Endpoint, multipleConsumers and OSGi

2012-02-07 Thread vivekvasudeva
I switched it to having multipleConsumers=true for all. Worked like a charm ...Is it possible to put it in the component doc of seda that to accomplish the pubsub, the multipleConsumers is needed on all places. Is there anything I can do to help put the same? Also to test the above I used the below

Re: Question on VM Endpoint, multipleConsumers and OSGi

2012-02-04 Thread vivekvasudeva
Hey, I have a very similar issue ...of multipleConsumers not working as expected //Master class from(jmx:.xyz) .log("master" + $body) .to(seda:myq?multipleConsumers=true) // Consumer class from("seda:myq).routeId(consumerId) .log(consumerId + $body) only the 1st consumer gets the message and