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

Justin Ross updated QPID-4454:
------------------------------

    Fix Version/s: 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.20, 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to