OK - hopefully this will be the last one from me :-) QPID-6052 : [Java Client] The client does not correctly set the JMSDestination on a 0-9-1 message in ADDR mode
Commits: https://svn.apache.org/r1621143 https://svn.apache.org/r1621148 https://svn.apache.org/r1621149 https://svn.apache.org/r1621150 https://svn.apache.org/r1621826 An issue in the ADDR address support for AMQP 0-9-1 that was added in to 0.30 - the JMSDestination of an incoming message was not correctly set. This was discovered by a user doing testing: http://mail-archives.apache.org/mod_mbox/qpid-users/201408.mbox/%[email protected]%3E They have subsequently confirmed that this changes fixes the issue: http://mail-archives.apache.org/mod_mbox/qpid-users/201408.mbox/%[email protected]%3E And Robbie has reviewed the code changes and agreed with its inclusion into 0.30: https://issues.apache.org/jira/browse/QPID-6052?focusedCommentId=14117512&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14117512 One thing to note is that in reviewing this change we identified an issue in the 0-10 codepath which is still exists (that if you don't enable strict JMS compliance, the subject is not correctly set in the address). I don't believe this is a new issue in 0-10 and was anyway unaffected by this work for 0-9-1. Thanks, Rob
