Alex Rudyy created QPID-6929:
--------------------------------

             Summary: [Java Client] Verify that destination returned by 
javax.jms.Message#getJMSDestination() for moved and copied messages is the same 
as original destination set on message sending
                 Key: QPID-6929
                 URL: https://issues.apache.org/jira/browse/QPID-6929
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker, Java Client, Java Tests
    Affects Versions: qpid-java-6.1
            Reporter: Alex Rudyy


Existing test 
org.apache.qpid.test.client.message.JMSDestinationTest#testMovedToQueue() only 
tests that type of destination returned from Message#getJMSDestination() for 
moved message is the same as type of destination the message was sent to. It 
does not really verify that destination Message#getJMSDestination() is the same 
for sent and received messages.
As part of the JIRA the following needs to be done:
* verify what exactly returned from Message#getJMSDestination() for 
moved/copied messages
* improve testing of Message#getJMSDestination() for moved/copied messages
* if behavior is not complaint with JMS spec, we might need to fix it 




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


Reply via email to