0 Replies Latest reply on Nov 17, 2015 5:42 AM by venom_27

    Wildfly 8.2.0 expose JMX over RMI

    venom_27

      Is it possible to expose JMX interface over RMI, not over http-remoting? Or expose via both?

      It would be great to access Mbeans via url like "service:jmx:rmi//" to be able to establish zabbix gate monitoring. Zabbix has an issue with hard-coded value in connection url ([ZBXNEXT-1274] Configurable JMX Endpoint - ZABBIX SUPPORT)

       

      As far as I understand I need to add additional connector to jmx subsystem. Is is correct?

      Part of xml for jmx subsystem is default for now and looks like this:

       

              <subsystem xmlns="urn:jboss:domain:jmx:1.3">

                  <expose-resolved-model/>

                  <expose-expression-model/>

                  <remoting-connector/>

              </subsystem>

       

      Thanks!