amatta
neo
Joined: 10/08/2013 00:39:57
Messages: 2
Offline
|
I have 2 job classes. In the property file How can I declare the job names?
quartz.properties
org.quartz.scheduler.instanceName = Job1,Job2
org.quartz.threadPool.threadCount = 50
org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore
In the log file 2013-10-08 15:38:35,824 16860 [Job1,Job2_Worker-1]
Please let me know How to identify jobs independently.
|