Amos Feng created JBTM-3032:
-------------------------------
Summary: Check the connection pool with JMX when using Transactional
DataSource
Key: JBTM-3032
URL:
https://issues.jboss.org/browse/JBTM-3032
Project: JBoss Transaction Manager
Issue Type: Enhancement
Components: Tomcat
Reporter: Amos Feng
Currently the common-dbcp2 only expose the
org.apache.commons.dbcp2.PoolableConnectionMXBean for every database connection. And the
customer want to check the connection pool with JMX just like
org.apach.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
* getIdle()
* getSize()
* getActive()
* getNumIdle()
* getNumActibe()
* getWaitCount()
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)