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 01:49:25 UTC

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

clebert suconic created ARTEMIS-464:
---------------------------------------

             Summary: 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: Howard Gao
            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)