You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Francesco Nigro (JIRA)" <ji...@apache.org> on 2018/11/11 09:44:00 UTC

[jira] [Created] (ARTEMIS-2170) Optimized CoreMessage's checkProperties and cleanupInternalProperties methods

Francesco Nigro created ARTEMIS-2170:
----------------------------------------

             Summary: Optimized CoreMessage's checkProperties and cleanupInternalProperties methods
                 Key: ARTEMIS-2170
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2170
             Project: ActiveMQ Artemis
          Issue Type: Improvement
          Components: Broker
            Reporter: Francesco Nigro
            Assignee: Francesco Nigro


CoreMessage::checkProperties perform too many volatile read/write and has a too big body just to handle exceptional cases, while cleanupInternalProperties is called on the hot path of session send, but is performing too many synchronized operations and loopup on TypedProperties.



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