This content has been marked as final.
Show 1 reply
-
1. Re: Disable JMX monitoring in Jboss AS 7
jayshreedatta Feb 16, 2018 6:44 AM (in response to doyyan)Hi,
- You can disable JMX either by removing the remote connection configuration, or removing the JMX subsystem entirely.
- Use below CLI commands :
- Remove the Remote Connector from the JMX Subsystem:
~~~
/subsystem=jmx/remoting-connector=jmx/:remove
~~~
- Remove the JMX Subsystem:
~~~
/subsystem=jmx/:remove
~~~
Regards,
Jayshree