Hi, If you are using Camel 2.x , you can take a look at this page[1] If you are using Camel 1.x , you can see this page[2]
[1]http://camel.apache.org/file2.html [2]http://camel.apache.org/file.html Willem hjoshi wrote:
Hi all, I am a newbie to camel using for first time. I want to poll a directory for some files. I want to read and Process those files and then write them to a different location. Can someone provide me an example to achieve this in java class. I dont want to use xml configuration
