2.3. JMX Integration

JMX is the J2EE standard for the management of Java components. Hibernate can be managed via a JMX standard service. AN MBean implementation is provided in the distribution: org.hibernate.jmx.HibernateService.
For an example of how to deploy Hibernate as a JMX service on the JBoss Enterprise Application Server, refer to Section 3.8.4, “JMX deployment”.
Another feature available as a JMX service is runtime Hibernate statistics. See Section 3.4.6, “Hibernate statistics” for more information.