Mule Quartz Connector: How to Use JDBC-JobStore Instead of RAMJobStore.

#ICYDK: Drawbacks of RAMJobStore

Mule internally uses RAMJobstore, so when running in an environment with multiple workers or nodes, a Quartz scheduler, by default, runs on each node as it keeps all the data in RAM.

Secondly, when the application ends (or crashes), all of the scheduling information is lost — this means RAMJobStore cannot honor the setting of “non-volatility” on jobs and triggers. https://goo.gl/Sy6tQx #DataIntegration #ML

Subscribe To Newsletter

Sign up for my newsletter and get the latest technology news

2019 © Craig Brown PhD. All rights reserved.