Hello, I've been struggling with this problem for a few days: http://stackoverflow.com/questions/21531280/how-to-trigger-the-movefailed-option-when-processing-files-with-streaming
It seems related to this issue https://issues.apache.org/jira/browse/CAMEL-6627 which should be fixed for me (I'm running Camel 2.12.2 on Windows / JDK 7), however my problem is not streaming related, the problem seems to be with how the error gets raised (instead of being an exception thrown inside a process() method it's a reply message received from Akka). I'd appreciate any ideas on what to try or where to look at in the Camel source to find more about the problem. Thanks Alvaro