Hi And you have multipleConsumers=true on all your seda endpoints?
On Sat, Feb 4, 2012 at 11:14 PM, vivekvasudeva <[email protected]> wrote: > 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 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 list archive at Nabble.com. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
