You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2016/01/15 00:30:39 UTC

[jira] [Closed] (AMQ-6117) QueueView method output is not in sync with actual queue

     [ https://issues.apache.org/jira/browse/AMQ-6117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish closed AMQ-6117.
-----------------------------
    Resolution: Cannot Reproduce

Created a unit test for this and I can't reproduce it, reopen if you can reproduce in a JUnit test case.  I added AMQ6117Test.java to activemq-unit-tests if you want to try and work with that test

> QueueView method output is not in sync with actual queue
> --------------------------------------------------------
>
>                 Key: AMQ-6117
>                 URL: https://issues.apache.org/jira/browse/AMQ-6117
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: JMX
>    Affects Versions: 5.13.0
>            Reporter: Jo Vandermeeren
>
> After upgrading from 5.10.2 to 5.13.0, it seems that the data provided by the QueueView methods is not in sync with the actual queue.
> When removing messages from the DLQ via QueueView.removeMessage(String), the message is actually removed from the queue but QueueView.browse() still lists the message.
> When new messages arrive on the DLQ via JMS, the output of QueueView.browse() still lists the stale message.
> Only when an action is performed via the ActiveMQ admin console (e.g. refresh browse.jsp for that queue) the JMX output is refreshed. 
> The QueueSize attribute of the queue however, is always accurate when accessed via JMX.



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