Managed execution

A batch that can be managed through JMX:

# MyBatchFramework configuration file (v. 1.0)

mbf.batch.className = fr.cyberteche.batchservice.test.BatchTest
mbf.batch.deferredStart = true
mbf.batch.stayAliveAfterShutdown = true

mbf.threadPool.minSize = 1
mbf.threadPool.maxSize = 2
mbf.threadPool.blockingQueueCapacity = 2

mbf.jmx.enable = true
mbf.jmx.enableNotifications = true

Attributes before execution

Attributes before execution

Available operations

Available operations

Attributes after the execution (resume method called)

Attributes after the execution (resume method called)

Notifications after the execution

Notifications after the execution