I've a business case wherein I need to run multiple job schedulers run jbos packaged in each job scheduler..
My jobs are nothing but it retrieves the data from DB and writes to an XML file of each client.
Currently my impl is that I created one job scheduler that packages multiple client jobs
for example -
1 Quartz scheduler to configured to kick at 10 Am
2. Each quartz scheduler reads XMl property files that lists another property file for each internal task/job run in the same job session but sequentially.
this suffice my business case until my client configurations are limited and each tasks time line is under control.
but if I can run multiple scheduler for each client at the same time.
My technology components are :; Quartz with Spring and Hibernate and MY SQL for back end service.
does anyone have such implementation done using Quartz.. can you share your impl idea - pls reach me at kalaiselvan.selvan@mindteck.com