1 Reply Latest reply on Jul 17, 2006 2:12 AM by tom.elrod

    jboss-jmx-remoting in JBoss 4.0.4.GA

    ctday

      We've have been using featues from the JBoss 3.2.5 example remoting.sar, in particular the MBeanTracker and the like from the jboss-jmx-remoting.jar file in remoting.sar. We now must move to JDK 1.5.0_07 and JBoss 4.0.4.GA. While JBossRemoting seems to be available in 4.0.4.GA and JMX Remoting is in JDK 1.5.0_07, I can't find the equivalent of jboss-jmx-remoting.jar anywhere. It seems targeted for JBoss 5.0, but we can't wait for that. We don't need the security features that it seems to be waiting on.

      How do I recover a working version of the MBeanTracker code? Thanks.

        • 1. Re: jboss-jmx-remoting in JBoss 4.0.4.GA

          The jmx remoting component within JBoss 3.2.5 was a proprietary predecessor to the JMX Remoting spec (JSR-160). Since the spec came out, the effort for jmx remoting implementation (targeted for JBoss 5.0 as you mentioned) has been based on this spec. The MBeanTracker (and most of the other classes in the older releases) are no longer being developed or supported.

          However, for the moment, the code for this still exists within the 4.0 branch. It is not part of the default build or distribution though. It might be possible to get what you need from there.