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

JMX Disabled in JmsPoolConnectionFactory class

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • None
    • jms-pool
    • 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?

            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

              Created:
              Updated:
              Resolved: