Hi All,
I want to run Quartz in clustered environment. In the "executeInternal(JobExecutionContext jobCtxt)" method I require to examine "JobDataMap" and depending on the outcome I need to decide which instance of the scheduler to use. This all needs to be done through code.
I tested the cluster example that ships with Quartz; but property file names are supplied as arguments to "ClusterTest" code there.
I need to do this programatically.
Pls. help.
Thanks,
Anagha


Reply With Quote