All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jmxtrans.248.source-code.quartz.server.properties Maven / Gradle / Ivy

Go to download

JMX metrics exporter. This module creates the packaging for JmxTrans. It does not contain any application code, but creates .deb, .rpm or other packaging.

There is a newer version: 272
Show newest version
#============================================================================
# Configure Server Scheduler Properties  
#============================================================================

org.quartz.scheduler.instanceName = ServerScheduler
org.quartz.scheduler.instanceId = AUTO
org.quartz.scheduler.skipUpdateCheck = true
org.quartz.scheduler.jmx.export = true

#============================================================================
# Configure ThreadPool  
#============================================================================

org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
org.quartz.threadPool.threadCount = 10
org.quartz.threadPool.threadPriority = 5

#============================================================================
# Configure JobStore  
#============================================================================

org.quartz.jobStore.misfireThreshold = 60000
org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore




© 2015 - 2024 Weber Informatics LLC | Privacy Policy