You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Claus Ibsen <cl...@gmail.com> on 2011/08/03 19:13:37 UTC

Re: camel-netty and multicast

Hi

I suggest to check the Netty documentation what the broadcast option does.

And as we love contributions, then you are more than welcome to dig
into the camel-netty source code and see whats missing to get it
working as you would expect.
http://camel.apache.org/contributing.html


On Wed, Jul 27, 2011 at 6:04 PM, WDS <wo...@gmail.com> wrote:
> No example :(
>
> On Wed, Jul 27, 2011 at 11:00 AM, Claus Ibsen <cl...@gmail.com> wrote:
>> 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 <wo...@gmail.com> 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: cibsen@fusesource.com
>> Web: http://fusesource.com
>> Twitter: davsclaus, fusenews
>> Blog: http://davsclaus.blogspot.com/
>> Author of Camel in Action: http://www.manning.com/ibsen/
>>
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: cibsen@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/