Search code examples
javahibernatejbossmonitoringconnection-pooling

Connection Pool Monitoring


I need an insight on monitoring connection pool in my web application.
The technical specifications about the application is mentioned below:

  1. Application Server - JBoss Application Server
  2. Database - Oracle 10g
  3. Back-end - Hibernate

I need to know that what are the different ways of monitoring connection pool and how we can do that. Whether through Hibernate or through JBoss or anyother way? Please suggest me the right way to do that.


Solution

  • This might not be what you want. But what are you using for the pool anyway? If you haven't decided, check out C3PO, it provides JMX exposed attributes for monitoring