Issue with ProducerTemplate send. Null value going as String.

2015-12-13 Thread siddhesh
Hi All, I calling send method of ProducerTemplate with my endpoint as follows producerTemplate.send("abcd:addAttribute?operationName=execute@"+index+"&attributeKey=ERROR_CODE&attributeValue=${property.errorCode}", exchange); Later I decided to construct the endpoint uri separately as string as t

Re: How to specify the UDP source port with camel-netty4 ?

2015-12-13 Thread Greg Autric
Hi Steve, Have you ever tried this syntax ? "netty4:udp://${header.CamelNettyRemoteAddress}: ${header.CamelNettyRemotePort}? clientPipelineFactory=#MY_CLIENT_PIPELINE_FACTORY& sync=false&disconnect=false&sendBufferSize=26214400&allowDefaultCodec=false" -- Greg A Red Hat Le vendredi 11 décembre

Getting NO Messege Reader Exception,Please give me the direction to move forward

2015-12-13 Thread Ram@dstws
[pache.camel.spring.Main.main()] ServerImpl INFO Setting the server's publish address to be http://localhost:58605 [pache.camel.spring.Main.main()] Server INFO jetty-7.5.4.v20111024 [pache.camel.spring.Main.main()] AbstractConnector INFO S

Re: Having issues with Multicast to Aggregation ...

2015-12-13 Thread Jakub Korab
Can you post up your code? It's hard to tell from the limited information that you have provided. Jakub On 11/12/15 13:43, jtoepfer wrote: I'm not sure if this is the same problem, but it only works once. The second time the process is kicked off the zip aggregation never finishes. The system

Re: Getting NO Messege Reader Exception,Please give me the direction to move forward

2015-12-13 Thread Ram@dstws
org.apache.camel camel-core 2.10.0.redhat-60024 org.apache.camel camel-spring 2.10.0.redhat-60024 org.apache.cxf cxf-rt-rs-security-cors 2.6.1 org.springframework spring-web 3.1.3.RELEASE

Re: AggregatinStrategy on split never stop

2015-12-13 Thread Jakub Korab
To handle exceptions within a split, your AggregationStrategy needs to be written in such a way that it deals with Exceptions. See the following for an example: https://github.com/CamelCookbook/camel-cookbook-examples/blob/master/camel-cookbook-routing/src/main/java/org/camelcookbook/routing/mu

How to specify the UDP source port with camel-netty4 ?

2015-12-13 Thread SteveR
With *Camel 2.16.0* and the *camel-netty4* component, I need to send a UDP response back to the associated client and I need control over the source IP (i.e. my local host name) *AND *the UDP source port (i.e. a port number of my choosing). Currently, it appears that *camel-netty4* uses the local