5 Replies Latest reply on Mar 23, 2004 9:22 AM by starksm64

    JMX jars

    lpearson

      I am interested in using the JBoss implementation of JMX. Is it possible to to use this implementation without using the App Server?

        • 1. Re: JMX jars
          kondetisree

          I Guess without using Appserver we can't taste the JMX part.
          Hope we have to use any one appl server - Jboss/Weblogic/Websphere to male use of JMX

          regards,
          Srikanth Kondeti

          • 2. Re: JMX jars
            starksm64

            Yes, the app server is nothing more than a JMX kernel with optional services that can provide a j2ee app server. The JMX jars is the lib/jboss-jmx.jar + the third party libs like log4j, xerces, etc.

            • 3. Re: JMX jars
              doflynn

              Try using the "minimal" server configuration.
              * run -c minimal

              • 4. Re: JMX jars
                lpearson

                Does the JBoss JMX implementation support the JMX 1.2 Specification? Also has there been any performance tests run against Sun's JDMK reference implementation?

                • 5. Re: JMX jars
                  starksm64

                  3.2.4RC1 supports jmx 1.2, bench it yourself as you should not be relying on word of mouth for your usecase performance.