You configure the JobStore by providing a fully qualified class that implements the JobStore interface. For example, the following tells a Quartz application to use the RAMJobStore:
org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore
Besides the RAMJobStore, Quartz provides two types of JDBC JobStores:
Scheduling in the Enterprise
Getting Started with Quartz
Hello, Quartz
Scheduling Jobs
Cron Triggers and More
JobStores and Persistence
Implementing Quartz Listeners
Using Quartz Plug-Ins
Using Quartz Remotely
Using Quartz with J2EE
Clustering Quartz
Quartz Cookbook
Quartz and Web Applications
Using Quartz with Workflow
Appendix A. Quartz Configuration Reference