Re: Setting TTL on Netty4 multicast endpoint

2016-10-28 Thread robina
Aha, many thanks Tomo. I'll raise the issue in JIRA. Following the update, do you know what I'd replace the 'XXX' with in the 'option.XXX' option to update the multicast TTL? Regards, Rob -- View this message in context: http://camel.465427.n5.nabble.com/Setting-TTL-on-Netty4-multicast-end

Setting TTL on Netty4 multicast endpoint

2016-10-27 Thread robina
Hi all, I'm using Netty4 to broadcast UDP datagrams using an endpoint configured as follows: netty4:udp://239.192.2.25:2100?sync=false&broadcast=true&allowDefaultCodec=false&networkInterface=eth3& The problem I have is that the default TTL is 1, but I'm required to broadcast to a number of subne

Re: Disabling concurrency in camel route

2016-08-17 Thread robina
Thanks for the reply Vitalii, Would setting synchronous=true on its own ensure that only one message is processed by the route at any given time? Or is it the combination of the maxPoolSize of 1 and synchronous=true setting? Regards, Rob -- View this message in context: http://camel.465427.n5

Disabling concurrency in camel route

2016-08-17 Thread robina
Hi, I've encountered a scenario in a camel route involving (I believe) concurrency: My route has a netty4 tcp consumer, which then uses a multicast to pass the message through a number of xsl transformers which then output to ActiveMQ endpoints. I've observed that when I receive a large XML mess