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/03/01 14:51:45 UTC

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

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

Martyn Taylor resolved ARTEMIS-960.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.5.3
                   2.0.0

> 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
>            Assignee: Martyn Taylor
>             Fix For: 2.0.0, 1.5.3
>
>
> 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)