You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "tang pu (JIRA)" <ji...@apache.org> on 2018/02/27 07:31:00 UTC

[jira] [Created] (ARTEMIS-1705) Queue stop deliver after remove all paged message over JMX

tang pu created ARTEMIS-1705:
--------------------------------

             Summary: Queue stop deliver after remove all paged message over JMX
                 Key: ARTEMIS-1705
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1705
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: Broker
    Affects Versions: 2.4.0
            Reporter: tang pu


I remove all messages in Queue via removeAllMessages in JMX

After removed all paged message, queue stopped deliver message.

During debug, we found that memory size of the queue is more then 2 pages size, but both message references and intermediate message references are empty.

The deliver runner will not depage because queue memory size is over max size.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)