You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2017/08/23 02:20:00 UTC

[jira] [Closed] (ARTEMIS-1359) AMQP: Broker reencodes the message Header needlessly on outbound dispatch

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

Timothy Bish closed ARTEMIS-1359.
---------------------------------

> AMQP: Broker reencodes the message Header needlessly on outbound dispatch
> -------------------------------------------------------------------------
>
>                 Key: ARTEMIS-1359
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1359
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: AMQP
>    Affects Versions: 2.2.0
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>             Fix For: 2.3.0
>
>
> On most dispatches of an AMQP message the logic in AMQPMessage results in the AMQP Header being encoded instead of using the existing AMQP Header that arrived with the message.  This encoding results in messages that have different header encodings than the original sent message (although still with logically equivalent values) and impacts performance of message dispatching.  
> The broker should only be re-encoding the Header when updating the delivery count on redelivered messages.  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)