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.

Reply via email to