You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Clebert Suconic (Jira)" <ji...@apache.org> on 2021/12/15 13:57:00 UTC

[jira] [Closed] (ARTEMIS-3578) Save SimpleString duplication and long[] allocation while moving Core messages

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

Clebert Suconic closed ARTEMIS-3578.
------------------------------------
    Fix Version/s: 2.20.0
       Resolution: Fixed

> Save SimpleString duplication and long[] allocation while moving Core messages
> ------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-3578
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3578
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Francesco Nigro
>            Assignee: Francesco Nigro
>            Priority: Major
>             Fix For: 2.20.0
>
>
> After performing a message copy as shown in ARTEMIS-3572, each of the copied message reference the original address using a fresh SimpleString copy.
> The vararg long[] parameter is unused and has been removed to save unecessary long[] allocation while using a single Long parameter.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)