Hi,
In my aggregationstratgy route, sometimes (1 out of 1) i get message
body as null in the newExchange.. I have no clue whats wrong.
Thought of trying the retry with default error handler. But Aggregator
doesn't support throwing an exception. Is there any alternative to
aggregator ?
rest
I have a seda route:
I expected and error in the logs as below:
The OUT message was not received within: 45000 millis.
Exchange[ID-rtracy-53657-1494891566058-0-24]
But I got the below instead:
The OUT message was not received within: 3 millis.
Exchange[ID-rtracy-53657-1494891566058-0-24]
ANYBOBY ?
--
View this message in context:
http://camel.465427.n5.nabble.com/properties-3-level-of-substitution-tp5799308p5799547.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi Colleagues,
We are creating Consumer Template using Camel context passing it sftp URI to
read file. As our use-case is to read file matching pattern, we are using
'antInclude'. Turns out we have to add 'useList' also part of the URI, else we
are forced to give fileName in the URI.
The docum
Hi
We are in the progress of upgrading from Camel 2.18 to 2.18.3. Doing that we
get a strange error when we try to call an Xquery function. (This works
perfect in 2.17)
This piece of code is the problem.
/Element innsedningElement =
innsendingBuilder.evaluate(exchange.getContext(),
e
Hi,
I'm newbie in apache camel. I configured a route from camel ftp to JMS
topic. I noticed that the processed files, they are either deleted, moved
either processed again and again. In my work, I have a lot of corrupt files
that are loaded into HDFS, so I need to reentered the same files into FT