I am running into an anomaly that I am hoping someone can resolve.
I have a route that looks like:
And a MyProcessor:
RedeliveryProcessor:
I start the test as below:
Result obtained:
--- redeliveryCount: 1
--- redeliveryCount: 2
[main] WARN route3 - *** YetAnotherException happened.
B
Hi,
We have a legacy system we are integrating with through a socket that
produces/consumes XML in UTF16.
We use the netty4 component and XmlFrameDecoder to read the messages, but it
expects UTF8 as default.
I could not find a default charset converter/decoder, so I did it by
creating my own "Cha
Hi,
The Camel community had a call for the design of a new logo[1] and we
have received nine design proposals in chronological order:
1. Design by James Lei submitted at
https://issues.apache.org/jira/secure/attachment/12855173/apachecamel.png
https://issues.apache.org/jira/browse/CAMEL-10543
2.
Hi All,
I'm having trouble accessing a custom processor (arbitrary2Processor)
defined in an external jar in my camel-spring
webapp[camel.version=2.17.0,spring.version=4.1.6.RELEASE]. The camel webapp
is deployed into an apache tomcat 8.5.12 running on java 1.8.0.121. Up until
now all custom proces