JBoss Fuse - Running Cron Jobs with Camel, uploading files using SFTP. Part one
With the Quartz2 component in camel, it provides a scheduled delivery of messages or executing business logics, even interact with other systems. Here I am going to show you show use the Quartz2 component that does load balance and upload a file to a FTP Server.
If you ever played with Camel, you'll know there is a component call Timer, it is used to generate message exchanges when a timer fires.