[
https://issues.apache.org/jira/browse/QPID-4453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503877#comment-13503877
]
Justin Ross commented on QPID-4453:
-----------------------------------
http://svn.apache.org/viewvc?view=revision&revision=1412270
Patch reviewed by Rob. Approved for 0.20.
> [AMQP 1.0 JMS Client] 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
> Assignee: Rob Godfrey
> Fix For: 0.20, 0.21
>
> Attachments: QPID-4453.patch
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]