Wrapper around Apache Commons DBCP datasources to expose some metrics and operations as Mbeans.
Others have already done this, but they rely on Spring. This one uses jmxutils.
<dependency> <groupId>net.ju-n.commons-dbcp-jmx</groupId> <artifactId>commons-dbcp-jmx-jdbc3</artifactId> <version>0.2.4</version> <classifier>jar-with-dependencies</classifier> <dependency>
<dependency> <groupId>net.ju-n.commons-dbcp-jmx</groupId> <artifactId>commons-dbcp-jmx-jdbc4</artifactId> <version>0.2.4</version> <classifier>jar-with-dependencies</classifier> <dependency>
.. or download it directly at Maven central repository.