Is there a way to set up a file source as a stream instead of consuming the file?
I've looked at the file component and it doesn't seem to support this use. I also looked at the stream component, but because the file feature of that component is deprecated I would be hesitant to use it. Basically I'd like something that would be similar to a unix "tail -f" on a text file. It would keep the file open, passing any content written by other programs through camel processors etc. to other camel defined endpoints. Is this possible? -- View this message in context: http://www.nabble.com/File-Streaming-tp21331825s22882p21331825.html Sent from the Camel - Users mailing list archive at Nabble.com.