1 Reply Latest reply on Jun 27, 2013 9:20 AM by ataylor

    pool statistics for JMS connection factory

    janssk77

      HI, i'm using MDB inside jboss 7 and was able to configure the max pool size using:

       

        <pooled-connection-factory name="hornetq-ra">

                              <transaction mode="xa"/>

                              <connectors>

                                  <connector-ref connector-name="in-vm"/>

                              </connectors>

                              <entries>

                                  <entry name="java:/JmsXA"/>

                              </entries>

                              <max-pool-size>500</max-pool-size>

                          </pooled-connection-factory>

       

       

      However, i don't find any JMX statistics to see the operational state of the pool (eg available connections). The statistics are available in the code (OnePool.java), but they are aparantly not exposed in JMX. For database pools, these statistics are exposed in JMX.

       

      Is it possible to monitor JMS connection pool sizes on AS7 ?