You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Fábio Gomes dos Santos (JIRA)" <ji...@apache.org> on 2016/09/22 21:18:20 UTC

[jira] [Created] (ARTEMIS-748) AddressSize show a negative number.

Fábio Gomes dos Santos created ARTEMIS-748:
----------------------------------------------

             Summary: AddressSize show a negative number. 
                 Key: ARTEMIS-748
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-748
             Project: ActiveMQ Artemis
          Issue Type: Bug
            Reporter: Fábio Gomes dos Santos


AddressSize shows a negative number on jmx
Basically this information is provided by the jmx interface.
Is a Mbean, and his path is:

{code}
org.apache.activemq.artemis:type=Broker,brokerName=\"{#ARTEMIS_BROKER}\",module=Core,serviceType=Address,name=\"jms.queue.{#QUEUE_NAME}\"",AddressSize {code}

i don't know if this is really a bug or this number is expected.

The queue as no message, but return this:
{code}Name    Value   Type    Display Name    Update Interval Description
AddressSize -3636362    long    AddressSize -1  N/A
{code}

O think this occurs after the queue start to paging. But not sure...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)