Hi,
I tried to use "when" option with multicast. For example, 

from("direct:start").choice()
  .when(god).multicast().to("jms:q1","jms:q2")
  .otherwise().to("jms:q3")

But "multicast" didnt work. Messages just went to "jms:q2". What is my
problem?

Thanks

--
View this message in context: 
http://camel.465427.n5.nabble.com/how-can-I-use-WHEN-and-multicast-tp5084304p5084304.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to