Unable to connect to JBoss EAP 7 / 6 JMX from remote client over the remoting endpoint after removing the remoting subsystem
Issue
- Unable to expose JMX port of Jboss JVM for jconsole client , in my JBoss EAP profile's domain.xml I have disabled remote connector from using management endpoint and removed the remoting subsystem
<subsystem xmlns="urn:jboss:domain:jmx:1.3">
<expose-resolved-model/>
<expose-expression-model/>
<remoting-connector use-management-endpoint="false"/>
</subsystem>
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 7.0
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.