I'm newbie in apache camel. I configured a route from camel ftp to JMS topic. I noticed that the processed files, they are either deleted, moved either processed again and again. In my work, I have a lot of corrupt files that are loaded into HDFS, so I need to reentered the same files into FTP, I don't need to send again the full file, but this time extract only the new lines (appended lines).
Thanks,