Re: camel-netty and multicast

2013-07-15 Thread samel
Just wondering if you made any progress on this? I'm having a similar problem. I'm using Camel 2.10.4 and trying to use camel-netty to listen on a true multicast UDP address (224.0.0.0 through 239.255.255.255). I don't see a bind exception but I'm unable to get an messages through either. Howe

Re: camel-netty and multicast

2011-08-03 Thread Claus Ibsen
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

Re: camel-netty and multicast

2011-07-27 Thread WDS
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

Re: camel-netty and multicast

2011-07-27 Thread Claus Ibsen
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- >