How to schedule multiple jobs in quartz scheduler using same trigger?

Posted by aquero on Stack Overflow See other posts from Stack Overflow or by aquero
Published on 2010-04-20T06:18:28Z Indexed on 2010/04/20 6:23 UTC
Read the original article Hit count: 562

Filed under:
|

Hi, I am using quartz scheduler in my spring project. I have to run a job after another job which is scheduled to run in every 15 mins? I cant run this job concurrently as both of this jobs have to access same mail account using different protocols(one to send:smtp and other to receive: imap) and it may cause problems. Please reply quickly, as its an urgent requirement.

© Stack Overflow or respective owner

Related posts about quartz-scheduler

Related posts about java