[ 
https://issues.apache.org/jira/browse/QPID-4454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13511515#comment-13511515
 ] 

Justin Ross commented on QPID-4454:
-----------------------------------

Reviewed by Rob.  Approved for 0.20.
                
> [AMQP 1.0 JMS Client] getJMSReplyTo() != the value set with setJMSReplyTo()
> ---------------------------------------------------------------------------
>
>                 Key: QPID-4454
>                 URL: https://issues.apache.org/jira/browse/QPID-4454
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>            Reporter: Hiram Chirino
>            Assignee: Rob Godfrey
>             Fix For: 0.21
>
>         Attachments: QPID-4454-v2.patch
>
>
> The following test case fails:
> Queue dest = session.createQueue("test");
> Message message = session.createMessage();
> message.setJMSReplyTo(dest);
> assertTrue(message.getJMSReplyTo().equals(dest));

--
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