This content has been marked as final.
Show 1 reply
-
1. Re: jboss wildfly query
mayerw01 Nov 20, 2019 8:48 AM (in response to akhil652)The Java Management Extensions (JMX) API is a standard —developed through the Java Community Process (JCP) as JSR 3—for managing and monitoring applications and services. (Getting Started with Java Management Extensions (JMX): Developing Management and Monitoring Solutions )
Please find more information in JMX subsystem configuration - Latest WildFly Documentation - Project Documentation Editor on using JMX in WildFly.
As described there the JMX protocol "remote+http"
should be used. So a url will look like
service:jmx:remote+http://localhost:9990