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
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
[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
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
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
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
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