I have quartz schedulers running in a cluster environment and I have three servers (with same quartz properties file) in my cluster. My requirement is that, when I schedule a job, it should trigger in a specific server in the cluster.
Is Quartz API support this requirement? Or is it possible to set some kind of priority for servers in a cluster?
Could anyone please help me on this?
thanks
Rajeev
|