[
https://issues.apache.org/jira/browse/ARTEMIS-1650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Bertram resolved ARTEMIS-1650.
-------------------------------------
Resolution: Fixed
Fix Version/s: 2.5.0
> Improve paged message acknowledge
> ---------------------------------
>
> Key: ARTEMIS-1650
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1650
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Components: Broker
> Reporter: shoukun huai
> Priority: Minor
> Fix For: 2.5.0
>
> Attachments: jstack.txt
>
>
> PagedMessage may be GCed before it was acknowledged. In this case, server has
> to reload the page and hold the page cache lock, then block other consumers
> of the same queue.
> When do acknowledge, we need at least message id, transaction id, and is
> large message.
> We believe the three property can be added to PagedReference, so we do not
> rely on PagedMessage when acknowledge except LargeMessage.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)