Hi,
I am using camel to read a csv file using the ConsumerTemplate as shown
below:
/ Exchange recievedEx = consumer.receive("file:" + fileLocation
+ "?fileName=" + fileName);/
Ideally, the default behaviour of the File consumer is that after reading
the file the file will be moved to .camel folder. But in my case , this is
not working. Why??
The file is beiang read successfully but file moving is not happening..
I tried to give move option in the above line, but that is also not working.
Can anyone help me in finding out what is wrong!!!..
Thanks in Advance
-----
Thanks & Regards
Elz
--
View this message in context:
http://camel.465427.n5.nabble.com/File-comsumer-options-not-working-tp5722020.html
Sent from the Camel - Users mailing list archive at Nabble.com.