Uploaded image for project: 'AMQ Clients'
  1. AMQ Clients
  2. ENTMQCL-1853

JMX Disabled in JmsPoolConnectionFactory class

    XMLWordPrintable

Details

    • Story
    • Resolution: Won't Do
    • Major
    • None
    • None
    • jms-pool
    • None

    Description

      • 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?

      Attachments

        Issue Links

          Activity

            People

              tbish@redhat.com Timothy Bish (Inactive)
              emunoz@redhat.com Elkin Dario Munoz Duarte
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: