You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Michael Andre Pearce (JIRA)" <ji...@apache.org> on 2018/07/30 13:37:00 UTC

[jira] [Created] (ARTEMIS-1997) Filters cause unneeded SimpleString creation on hotpath

Michael Andre Pearce created ARTEMIS-1997:
---------------------------------------------

             Summary: Filters cause unneeded SimpleString creation on hotpath
                 Key: ARTEMIS-1997
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1997
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: Broker
            Reporter: Michael Andre Pearce


Currently when a filter is used, every property key needed is creating a SimpleString property key, even though this static for the life of the property expression.

Creating the SimpleString at construction of the PropertyExpression would remove this.
 
 



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