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.
精彩评论