You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by focaldi <fe...@tav.aero> on 2011/12/18 20:06:54 UTC

how can I use WHEN and multicast?

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.

Re: how can I use WHEN and multicast?

Posted by focaldi <fe...@tav.aero>.
Hey I solved my problem. I was wrong. This code is working fine. The problem
was route id :)...

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