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 2017/02/15 17:50:41 UTC

[jira] [Created] (ARTEMIS-969) ReceiveMessage will expand unecessarily on core protocol

clebert suconic created ARTEMIS-969:
---------------------------------------

             Summary: ReceiveMessage will expand unecessarily on core protocol
                 Key: ARTEMIS-969
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-969
             Project: ActiveMQ Artemis
          Issue Type: Bug
    Affects Versions: 1.5.3
            Reporter: clebert suconic
             Fix For: 2.0.0, 1.5.x


SessionReceiveMessage creates the Netty buffer using the message buffer writerIndex, however two additional parameters are written on the wire, causing unecessary expansion of the buffer (Netty will make a copy of the buffer and expand it), which is totally unecessary.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)