You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Martyn Taylor (JIRA)" <ji...@apache.org> on 2017/02/13 16:21:42 UTC

[jira] [Created] (ARTEMIS-960) Send Will messages have extra string encoding

Martyn Taylor created ARTEMIS-960:
-------------------------------------

             Summary: Send Will messages have extra string encoding
                 Key: ARTEMIS-960
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-960
             Project: ActiveMQ Artemis
          Issue Type: Bug
            Reporter: Martyn Taylor


The Netty API passes along a UTF8 String and not a byte array.  We end up re-encoding the string on the way out resulting in extra bytes in the payload. 

For now we'll decide the UTF8 String and stick the bytes in the payload.  

There's a JIRA open on Netty to update the API here:

https://github.com/netty/netty/issues/5828




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