Yes that works. Now I have another problem: from("quartz://test?cron=0/10+*+*+*+*+?") .to("file://incoming?move=backup&moveFailed=error") .process(). etc.
I know the above doesn't work but it illustrates what I want. If I understand the timer stuff correctly I need to swap the content of the quartz trigger message with the payload that I wish to send into the route. I can only see me doing this completely manually ie. loading the file manually and deleting it manually, but then I'm going to miss the nice backup/moveFailed feature of the file language. Any tips? I read this thread: http://old.nabble.com/quartz-trigger-for-ftp-consumer-td27595602.html#a27595602 but I don't really understand how the stuff in the last reply would be implemented. -- View this message in context: http://old.nabble.com/Quartz-confusion-tp27819970p27836977.html Sent from the Camel - Users mailing list archive at Nabble.com.