views:

25

answers:

1

I have configured my job for every one minute. But some times same job get triggered by mutiple threads in milli seconds difference. I am using quartz1.6.

Can anyone help on this?? Also what is the usage of threadPool option in quartz.property file.

Post comments to [email protected]

A: 

If you are using Java Spring, you need to set the concurrent property of the Job Detail bean to be false.

Chris J
Thanx for your comments. I am not using Spring. Just using Java/J2ee basics with Apache Tomcat web server.
Soban Babu.S