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

[jira] [Created] (ARTEMIS-2158) don't get pagedMessage if it's nontransactional

yangwei created ARTEMIS-2158:
--------------------------------

             Summary:  don't get pagedMessage if it's nontransactional
                 Key: ARTEMIS-2158
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2158
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: Broker
            Reporter: yangwei


Transaction id of the non transactional paged message is -1. When we acknowledge the message, we judge transactionID < 0 and get paged message. The page where message residesĀ  maybe retrieved causing performance degradation. So we only need to get paged message if transactionID < -1 instead of 0.



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