Hi

Can you take a peek in the unit tests of camel-netty, there may be an
example for broadcast.

However as udp broadcasting isn't much used, there may be a glitch in
the component.
As we love contributions, feel free to dig into the source.


On Wed, Jul 27, 2011 at 2:35 PM, WDS <[email protected]> wrote:
> 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
>



-- 
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/

Reply via email to