Hi,
I am currently working on a server migration from JBoss AS 5.1.0 to Wildfly 10. I have a set of MBean classes which requires JMX management to be enabled. By debugging further i noticed that the JMX management is not enabled by default inActiveMQ Artemis. Can anyone help me out on how to enable this setting?
Thanks,
Elayaperumal
My problem is solved now by setting <management jmx-enabled="true"/> line.
Regards,
Elayaperumal