my route config:
http://camel.apache.org/schema/spring";
>
my cxf config:
when the route work in a web container, i want to send message to uri
(cxf:be
my route config like this :
http://www.springframework.org/schema/beans";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:camel="http://camel.apache.org/schema/spring";
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframewor
There are many spring context xml files in my project ,and i want to use
"camel:ContextScan" and "camel:include" to include all the CamelContext
into one CamelContext and then i can use one "onException" to process the
error message. but it was not work. what i can do for it .
thanks.
eg:
I use the globel OnException to catch exception , and before deliver to the
DLQ,I use a process.my problem is that :
when the process occur a exception, the route roll back.the message
route ,and roll back again... It has been circulating.
cxf version 2.6.0,
my xml configuration like this:
If necessary, we can put originalMessage to DLQ. I want to know how
camel get the originalMessage and deliver to DLQ? I search for the camel API
but find nothing.
Any help is highly appreciated.
--
View this message in context:
http://camel.465427.n5.nabble.com/How-did-camel-put-the-origina
ml-node+s465427n5504248...@n5.nabble.com>
> Use another route as your dead letter channel, and then in that route,
> you can add details to the message, and then send it to the actual
> DLQ.
>
> deadLetterUri="direct:myDLQ"
>
>
>
>
>
> ...
>