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?
Thank you!
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?
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)
For Tomcat MBean you need to set server.tomcat.mbeanregistry.enabled=true.