You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2014/11/25 15:26:12 UTC

[jira] [Resolved] (AMQ-5457) prefetched messages go bottom in a message list of a JMX queue.browse

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

Gary Tully resolved AMQ-5457.
-----------------------------
    Resolution: Fixed

fix and test in http://git-wip-us.apache.org/repos/asf/activemq/commit/74f530a6

> prefetched messages go bottom in a message list of a JMX queue.browse
> ---------------------------------------------------------------------
>
>                 Key: AMQ-5457
>                 URL: https://issues.apache.org/jira/browse/AMQ-5457
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: JMX
>    Affects Versions: 5.10.0
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>              Labels: browser, jconsole, jmx, order
>             Fix For: 5.11.0
>
>
> With a prefetch smaller than queue depth a browse of delivered and unconsumed messages will loos message order. The prefetched messages appearing after the rest of the messages in the queue. The dispatch order is preserved, but the JMX destination view browse list order is incorrect.
> Sending 100 messages, consuming 5 with prefetch 10 and closing the consumer. A subsequent QueueView.browse 
> Expect [5,6,...100] but get [20,21...100,5,6...]



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