Hi I have usecase saying - in source endpoint i have few files to be processed. Each file needs to be read by camel route and assigned an unique id and processed through dedicated beans and the resulting file will be posted to another endpoint. Then it takes another file and do the same logic.
When i tried this with camel, in the bean where the processed file is being posted to target endpoint, it goes in loop for the number of files already exist in the target. Is there a specific way it can be implemented. Appreciate your help. Thanks in advance. -- View this message in context: http://camel.465427.n5.nabble.com/Processing-files-one-by-one-in-camel-tp3319274p3319274.html Sent from the Camel - Users mailing list archive at Nabble.com.
