1 Reply Latest reply on Apr 18, 2002 4:33 AM by adrian.brock

    Can JBossMX1.0 work replace the JMX RI inside JBoss2.4.4?

    slz1972

      Can JBossMX1.0 work replace the JMX RI inside JBoss2.4.4?

      If yes, are there any instructions available? or what to watch for?

      thanks,
      sean

        • 1. Re: Can JBossMX1.0 work replace the JMX RI inside JBoss2.4.4

          I haven't tried it.

          There were some parts of the system that use
          invoke() instead of getAttribute(). They assumed the jmx
          layer used non-optimised reflection.

          These will not work under JBossMX.

          The two obvious examples are JNDIView and the MBeanProxy.

          Also JBossMQ used to invoke on getServer instead of
          retrieving the attribute Server.

          Regards,
          Adrian