You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Hiram Chirino (JIRA)" <ji...@apache.org> on 2012/11/21 20:57:57 UTC

[jira] [Updated] (QPID-4454) getJMSReplyTo() != the value set with setJMSReplyTo()

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

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

    Component/s: Java 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
>
> 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-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org