Timothy Bish created ARTEMIS-1359:
-------------------------------------
Summary: 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)