GitHub user mtaylor opened a pull request:
https://github.com/apache/activemq-artemis/pull/1521
Amqpfqqn fixes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mtaylor/activemq-artemis AMQPFQQNFixes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1521.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1521
----
commit 27bde1e5c06a174fb3d7e36c946f6773b6ff196e
Author: Martyn Taylor <[email protected]>
Date: 2017-09-06T12:01:42Z
ARTEMIS-1392 Fix NPE when FQQN queue does not exist during multicast
subscribe
commit 6779cf9879c30ea6a9619f9d4a5b82b6f5af6e29
Author: Martyn Taylor <[email protected]>
Date: 2017-09-07T09:40:27Z
ARTEMIS-1402 AMQP notfound on unmatched FQQN
Return an AMQP not:found error to the client, if the supplied queue in
an FQQN belongs to an address other than what is provided in the FQQN.
----
---