Hi Claus, I am getting empty files when routing from stream endpoint.
I want to read each new line and update to other file. My route: Please share your view. <camelContext xmlns="http://camel.apache.org/schema/spring"> <route> <from uri="stream:in:file?fileName=//input//test.txt&scanStream=true&scanStreamDelay=1000"/> <to uri="file://output"/> <to uri="log:SUCCESS"/> </route> </camelContext> Regards Guru -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Stream-URI-error-tp5661443p5661666.html Sent from the Camel - Users mailing list archive at Nabble.com.