Hiram Chirino created QPID-4454:
-----------------------------------
Summary: getJMSReplyTo() != the value set with setJMSReplyTo()
Key: QPID-4454
URL: https://issues.apache.org/jira/browse/QPID-4454
Project: Qpid
Issue Type: Bug
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: [email protected]
For additional commands, e-mail: [email protected]