Hiram Chirino created QPID-4453:
-----------------------------------

             Summary: ObjectMessage /w no body improperly converted to an AMQP 
message.
                 Key: QPID-4453
                 URL: https://issues.apache.org/jira/browse/QPID-4453
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
    Affects Versions: 0.18
            Reporter: Hiram Chirino


The following test case fails:

ObjectMessage message = senderSession.createObjectMessage();
sender.send(message);
Message msg = receiver.receive(TestConfig.TIMEOUT);
Assert.assertTrue("The message should be an instance of ObjectMessage.\n", msg 
instanceof ObjectMessage);


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to