문제

I have configured the simple trigger scheduler program using RAMJobStore in my application to execute set of methods and it is working fine. Now I am trying to configure JDBCJobStore (Oracle) to execute another set of methods in the same java application. My goal is to schedule a method to get triggered based on user defined date/time which is obtained dynamically through GUI.

I am using quartz 1.6.2 and have no idea about JDBCJobStore. I need to use JDBCJobStore for my part of program without affecting the existing RAMJobStore part, someone please help me to proceed further with some suggestion/examples?

도움이 되었습니까?

해결책

you need to have two schedulers one using RAMJobStore , another using JDBCJobStore.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top