hihi-

I see broadcast is available flag in camel-netty. I find no test case
for broadcast/multicast in source. If multicast is functioning, can
show example?

I have in Java:
  from("netty:udp://225.5.5.55:4455/?broadcast=true").
      to("log:mylog?level="INFO").
   end();

I expect to see join to group 225.5.5.55:4455, but instead i have bind
exception.



thanks you

Reply via email to