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

Hiram Chirino updated QPID-4454:
--------------------------------

    Attachment: QPID-4454-v2.patch

Updating patch.  Was missing a new file.
                
> [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
>         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