0 Replies Latest reply on Jun 10, 2013 3:59 AM by kishorerouthu

    Enable ListInUseConnections on JMXConsole

    kishorerouthu

      Actually i am running my application on Jboss As 7 and using

      Hibernate 4.1 for DataBase layer with Hibernate Detached objects.

       

       

      I deployed jmx-console.war to view all MBean properties at

      runtime for tuning my application and configured jca as following

      to view the web console of jmx.

       

       

      <subsystem xmlns="urn:jboss:domain:jmx:1.1">

                  <show-model value="true"/>

                  <remoting-connector use-management-endpoint="true"/>

      </subsystem>

       

       

      now i can see all MBeans of jboss.as but i can't able to see the

      ListInUseConnections operation on cached-connection-manager MBean to

      have stack of all connections.

       

       

      Anybody please suggest me how do configure in jboss as 7 to

      get ListInUseConnections operation on cached-connection-manager MBean ?

       

       

      Thanks in advance