Re: On completion failure when doing file processing

2018-05-10 Thread Quinn Stevenson
Have you tried adding bridgeErrorHandler=true to the sftp operation? > On May 10, 2018, at 10:35 AM, Hugo Marcelino > wrote: > > Hello, > > I have inherited some code that is running Apache Camel and was asked if it > was possible to send a notification whenever a processed file failed. I'v

On completion failure when doing file processing

2018-05-10 Thread Hugo Marcelino
Hello, I have inherited some code that is running Apache Camel and was asked if it was possible to send a notification whenever a processed file failed. I've found two links that looked promising to me. 1. https://issues.apache.org/jira/browse/CAMEL-3372 2. https://github.com/apache/camel/bl