[
https://issues.apache.org/jira/browse/ARTEMIS-2158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
clebert suconic closed ARTEMIS-2158.
------------------------------------
Resolution: Fixed
Fix Version/s: 2.6.4
2.7.0
> 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
> Priority: Major
> Fix For: 2.7.0, 2.6.4
>
>
> 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)