如何创建quartz.properties文件,以便它已声明具有给定属性的调度程序数,并使用StdSchedulerFactory getScheduler("schedulername")
方法访问它们?
org.quartz.scheduler.instanceName = MyScheduler1
org.quartz.threadPool.threadCount = 3
org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore
org.quartz.scheduler.instanceName = MyScheduler2
org.quartz.threadPool.threadCount = 1
org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore
答案 0 :(得分:1)
不,每个调度程序都需要它自己的配置属性。