j-easy/easy-batch

Customize the monitor

cn-src opened this issue · 1 comments

Hi, How to customize the monitor? I don't want to use jmx, because each job needs to use a different name, which will cause a lot of mbeans.

The job monitor is designed to work with JMX APIs (note how it is located in the org.jeasy.batch.core.jmx package). If you don't want to use JMX, you can implement a custom monitor using the provided listeners.