1 Reply Latest reply on Feb 7, 2004 7:51 PM by starksm64

    Sensing JBoss MicroKernel startup

      Hi,

      How can I figure out whether the JBoss MicroKernel
      has started from within my custom MBean?

      Is there an API to sense whether JBoss
      has fully started (to the point of MicroKernel start)?

      Thanks,
      Naga

        • 1. Re: Sensing JBoss MicroKernel startup
          starksm64

          "jboss.system:type=Server" MBean sends out a JMX notification of type "org.jboss.system.server.started"
          when the server completes its initial startup. This corresponds to the output of this line:

          17:22:51,666 INFO [Server] JBoss (MX MicroKernel) [3.2.4RC1 (build: CVSTag=Branch_3_2 date=200401271423)] Started in...