Re: Polling for file updates over http/s?

2013-10-25 Thread Claus Ibsen
Hi Yeah sounds like you can create a route starting from a timer / quartz to trigger when to run, and then call a http endpoint, and then process the response / stores the response as a file etc. On Thu, Oct 24, 2013 at 12:29 PM, James Green wrote: > I'm having to write a java daemon that polls

Polling for file updates over http/s?

2013-10-24 Thread James Green
I'm having to write a java daemon that polls a service over http for an updated file. This effectively provides an "automatic updates" mechanism. Sounds like a job that could be a fit for Camel. Has anyone ever tried developing such a component? James