Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
5.11.1
-
None
-
None
Description
The class org.apache.activemq.jms.pool.JcaPooledConnectionFactory should expose metrics via JMX.
A suggestion would be:
maxConnections
numConnections
For numConnections a calculation should be used (or it should be renamed idleConnections) as the current code returns:
public int getNumConnections() {
return getConnectionsPool().getNumIdle();
}
Also clear should be offered as an operation.
Attachments
Issue Links
- duplicates
-
AMQ-4025 Add reporting of JMX stats for the pooling library
- Closed