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 2016/04/02 02:11:25 UTC

[jira] [Resolved] (ARTEMIS-464) Sending empty textMessage breaks delivery

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

clebert suconic resolved ARTEMIS-464.
-------------------------------------
    Resolution: Fixed

> Sending empty textMessage breaks delivery
> -----------------------------------------
>
>                 Key: ARTEMIS-464
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-464
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 1.2.0
>            Reporter: clebert suconic
>            Assignee: clebert suconic
>            Priority: Critical
>             Fix For: 1.3.0
>
>
> if you send a Text Message like this:
> TextMessage msg = session.createTextMessage();
> producer.send(msg);
> The consumer will never get it.. something will be broken through the conversions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)