On 20/09/2012 17:53, surya theva wrote:
Hello,
I am new to Camel, I am looking for a example that every day at 12 am my
application need to login into ftp server to get the encrypted files.
Is there any example I can follow?
Regards,
ST
I have a separate system that runs Quartz in a clustered configuration.
This has a scheduler configured on it that calls a web service at a
given URL (with failover to other URLs).
The target URL is implemented by Camel-CXF and does nothing except act
as the "from" node in a route..
This might seem overly complex, but it has benefits in terms of
failover/load-balancing(1) and centralisation(2) over the camel-quartz
scheduler.
(1) When I came up with this approach camel-quartz didn't work with a
clustered quartz, I don't know whether it does now.
(2) The scheduler does a lot more than just run camel routes and gives
centralised logging and altering.
Jim