Quartz Configuration Reference

Quartz Configuration Reference

Choose a topic:

  1. Main Configuration (configuration of primary scheduler settings, transactions)
  2. Configuration of ThreadPool (tune resources for job execution)
  3. Configuration of Listeners (your application can receive notification of scheduled events)
  4. Configuration of Plug-Ins (add functionality to your scheduler)
  5. Configuration of RMI Server and Client (use a Quartz instance from a remote process)
  6. Configuration of RAMJobStore (store jobs and triggers in memory)
  7. Configuration of JDBC-JobStoreTX (store jobs and triggers in a database via JDBC)
  8. Configuration of JDBC-JobStoreCMT (JDBC with JTA container-managed transactions)
  9. Configuration of DataSources (for use by the JDBC-JobStores)
  10. Configuration of Database Clustering (achieve fail-over and load-balancing with JDBC-JobStore)
  11. Configuration of TerracottaJobStore (Clustering without a database!)

quartz-doc-index
http://www.quartz-scheduler.org/documentation/quartz-2.3.0/

Configuration Reference
http://www.quartz-scheduler.org/documentation/quartz-2.3.0/configuration/

Quartz集群原理及配置应用 - 振宇要低调 - 博客园
https://www.cnblogs.com/zhenyuyaodidiao/p/4755649.html

quartz在集群环境下的最终解决方案 - lifetragedy的专栏 - CSDN博客
https://blog.csdn.net/lifetragedy/article/details/6212831

Quartz的使用之CronTrigger触发规则和实例多个独立的调度器 - zuiaibenpao的博客 - CSDN博客
https://blog.csdn.net/zuiaibenpao/article/details/52086006

Quartz 2 定时任务(二):多线程并发执行与数据共享 - 程序员干货 - SegmentFault 思否
https://segmentfault.com/a/1190000009128328

原文地址:https://www.cnblogs.com/rgqancy/p/10998693.html