0 Replies Latest reply on Apr 24, 2013 4:43 PM by javacoryd

    JMX connection to JBoss 7.1.1 Final

    javacoryd

      Afternoon,

       

      We have a application that monitors our JBoss servers by looking at attributes of JMX beans on our servers.  We are upgrading from JBoss 4 to JBoss 7 and I have a question. 

       

      Connecting to the JMX server used to use a URL like this for JBoss 4:

       

      service:jmx:rmi:///jndi/rmi://<some host>:1999/jmxrmi

       

      For JBoss 7 this seems to have changed to:

       

      service:jmx:remoting://<some host>:9999

       

      Unfortunately, we cannot change the URL format of our monitoring software and in looking at JIRAs I found these:

       

      https://issues.jboss.org/browse/AS7-2800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel

      https://issues.jboss.org/browse/AS7-2138?page=com.atlassian.jirafisheyeplugin:fisheye-issuepanel

       

      The first link describes the issue with 7.1.1 Final and the second link seems to be a possible fix in version 7.1.2.  Is this fixed in 7.1.2 to where we can use a URL in the older format?

       

      Thanks,

       

      Cory.