JMX metrics are disabled in flowable-rest 6.5

Hello!

I have updated flowable-rest app from version 6.4.2 to 6.5. In 6.4.2 JMX MBeans “Tomcat” and “flowable-rest” were available in JConsole. In 6.5 they are gone. I have not found any information about this change.

Can somebody help?


flowable-6.5

Thank you!

I have found the answer to my own question.
You need to provide “spring.jmx.enabled=true” in flowable-rest config.
(But “Tomcat” MBean is still missing)

1 Like

For Tomcat MBean you need to set server.tomcat.mbeanregistry.enabled=true.

1 Like