1 Reply Latest reply on Nov 22, 2003 10:13 AM by juha

    Exposing connection pool information

    bbalmer

      We currently have 15 separate connection pools across multiple servers and databases with more to come.

      I find the existing web-console cumbersome when I want to keep track of connections on all pools (max/min, current connections, etc).

      I would like to either write a web application to do this or utilize jmx in some way.

      I am fairly new to JBoss (using 3.2.1) and don't know which way to go as well as how to expose how the jmx-console pulls the connection information.

      Any help would be greatly appreciated.

      Thanks.

        • 1. Re: Exposing connection pool information

          If you're building a web application, just have a look at the jmx-console sources in the varia module on how to acecss the MBean server and the connection pool MBeans to display the information you want.

          -- Juha