-
Story
-
Resolution: Won't Do
-
Major
-
None
-
None
-
None
- Trying to monitor JMS connection pools vía JMX of org.messaginghub.pooled.jms.JmsPoolConnectionFactory class is not feasible.
- After checking JmsPoolConnectionFactory class code, seems that JMX is disabled in the initConnectionsPool() method:
final GenericKeyedObjectPoolConfig poolConfig = new GenericKeyedObjectPoolConfig(); poolConfig.setJmxEnabled(false);
- Is there a reason why JMX is disabled?
- Is there a way to enable it?
- is related to
-
ENTMQCL-716 [jms-pool] Allow timeouts and pool size be changed live using JMX
- Closed