Quartz scheduler configuration for the subsystems scheduler
The Quartz scheduler instance name.
Default: SOAScheduler
The instance ID for this node in the Quartz cluster. By using 'AUTO', Quartz will generate one.
Default: AUTO
Quartz table prefix. This string is prefixed to database table names used by Quartz.
Default: SOA_QRTZ_
This instructs the JDBCJobStore that all values in JobDataMaps will be Strings, and therefore can be stored as name-value pairs, rather than storing more complex objects in their serialized form in the BLOB column
Default: false
Enable/disable clustered scheduling
Default: true
The time in milliseconds between polls to check on the state of the cluster. This determines the responsiveness to failed cluster members.
Default: 20000
The the number of milliseconds the scheduler will 'tolerate' a trigger to pass its next-fire-time by, before being considered 'misfired'.
Default: 60000
Stops scheduled jobs from running
Default: true
The number of threads in the persistent job pool
Default: 3
The priority of scheduled threads associated with the persistent scheduler
Default: 5
Should persistent job threads inherit the parent context classloader
Default: true
Should persistent job threads inherit the parent group
Default: true
Thread Group Name
Default: QuartzSchedulerThread
Whether or not the acquisition of next triggers to fire should occur within an explicit database lock. Set this to true when PM is being configured to work with MSSQL.
Default: false