开发者

Quartz.net as service can't configure the quartz_job.xml file to use AdoJobStore

i am using quartz in my project, and i'm storing the jobs in the adojobstore, i've created a开发者_JAVA技巧 working quartz windows service, but i can't find where i can configure the quartz_jobs.xml to use AdoJobstore instead of RamJobStore. Thanks


quartz_jobs.xml is for describing jobs and triggers. The job store implementation is configured in scheduler factory properties, either by giving them as constructor parameter or by using app.config's quartz section. See the topic on Quartz.NET tutorial for more information on job store topic.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜