Re: Invoking route inside processor

2014-02-05 Thread Alvaro Rodriguez
Hi Muhzin To add to what Claus said... I just happened to have some similar code in front of me... Your processor overrides "process" which gets an "Exchange". >From the Exchange you can do exchange.getContext.createProducerTemplate().sendBody("some uri", "some message") Check out the API for de

Can't stop streaming

2014-02-06 Thread Alvaro Rodriguez
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 run