[Performance] Remove unnecessary Map creation for each server side message
--------------------------------------------------------------------------

                 Key: QPID-273
                 URL: https://issues.apache.org/jira/browse/QPID-273
             Project: Qpid
          Issue Type: Bug
            Reporter: Rob Godfrey
            Priority: Minor


Each message as processed by the broker is creating two Maps.  One of these 
maps is only used by the clustered server, so does not need to be initialised 
at all in the standard broker.  Move this Map to be lazily initialiased.

A second map is used to map a decorator onto the message.  However the 
decorator is not adding real value, and can easily be removed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to