On 25/03/2008, davsclaus <[EMAIL PROTECTED]> wrote:
>
> Would be awesome to let quartz handle the polling interval logic, then we
> could use CRON expressions, to set the interval to run at 4:15am in the
> night, so it wont be active during backup runs from 1am-3am etc.
>
> As now the polling is based on when your application/host server was started
> etc. In my experience being able to run jobs where you can determine the
> interval to be fixed at hours:mins is much better.
Agreed!
I guess the biggest issue right now is if we did...
from("quartz://myGroup/myTimerName/0/0/12/*/*/$").to("http://foo.com/bar.xml").to("file://myDirectory/someName.xml");
then the HTTP endpoint would tend to do a POST not a GET as it would
be receiving a payload of the quartz event. I guess thats just a
limitation of the HTTP endpoint; we maybe need some way to enforce the
GET operation or something?
--
James
-------
http://macstrac.blogspot.com/
Open Source Integration
http://open.iona.com