Customize the monitor
cn-src opened this issue · 1 comments
cn-src commented
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.
fmbenhassine commented
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.