views:

14

answers:

0

Hi,

My application has got multiple Jobs which needs to be executed programatically when user wants.

I have implemented all the Jobs using MethodInvokingJobFactoryBean and the issue is whenever my spring context gets loads up all the Jobs gets fired.

How to stop the execution of Job on spring context loading ??

Thanks in advance Ajay