You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Karl Pauls (JIRA)" <ji...@apache.org> on 2017/06/21 11:08:00 UTC

[jira] [Created] (SLING-6975) The JMX Beans for queues always has empty values.

Karl Pauls created SLING-6975:
---------------------------------

             Summary: The JMX Beans for queues always has empty values. 
                 Key: SLING-6975
                 URL: https://issues.apache.org/jira/browse/SLING-6975
             Project: Sling
          Issue Type: Bug
          Components: Event
    Affects Versions: Event 4.2.2
            Reporter: Karl Pauls
            Assignee: Karl Pauls
             Fix For: Event 4.2.4


The JMX Beans for queues always has empty values. In a nutshell, the event impl creates a new QueueBeanImpl for each Queue and that in turn, will only report statistics if the Queue is instanceof Statistics (which AFAIK never is the case). It should at a minimum get the statistics object from the queue.getStatistics() method if the queue isn't an instanceof.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)