Ok, so pollEnrich can be used for this. But the filelanguage doesnt seem to work fully when using this? I want the files to be consumed, ie moved to a backup directory on success and an error directory on exception. Shouldnt this work?
from("quartz://report?cron=0/10+*+*+*+*+?") .pollEnrich("file://data/in?move=data/backup&moveFailed=data/error") .to(etc.) The files do not get moved after the route has completed. -- View this message in context: http://old.nabble.com/Quartz-confusion-tp27819970p27837602.html Sent from the Camel - Users mailing list archive at Nabble.com.