Redelivery of message in case of exception inside aggregator

2017-05-15 Thread codentravel
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

seda timeout setting not working as expected

2017-05-15 Thread Ryan T
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]

Re: properties 3 level of substitution

2017-05-15 Thread angelwine
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.

useList with antInclude for SFTP

2017-05-15 Thread Goyal, Arpit
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

Xquery function error

2017-05-15 Thread toroskar
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

Camel FTP: how to work with corrupt files.

2017-05-15 Thread sakouhi
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