sages through either.
However, if I use non-multicast addresses such as localhost or my own IP,
things seem to work.
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-netty-and-multicast-tp4638622p5735678.html
Sent from the Camel - Users mailing list archive at Nabble.com.
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 2
No example :(
On Wed, Jul 27, 2011 at 11:00 AM, Claus Ibsen 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 fr
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 wrote:
> hihi-
>
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