GitHub user jbertram opened a pull request:
https://github.com/apache/activemq-artemis/pull/1536
ARTEMIS-1422 fix RedeployTest after match change
Commit 8bd8e2bd5d4fc2fc3e69bcfbb20799bc55bc1e9e for ARTEMIS-1403
broke RedeployTest because it wasn't using the proper delimiter
in the address/queue names and matches.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1422
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1536.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 #1536
----
commit 8ee4e77e15a4fba3df1a26706f86007c80b3423d
Author: Justin Bertram <[email protected]>
Date: 2017-09-14T16:04:57Z
ARTEMIS-1422 fix RedeployTest after match change
Commit 8bd8e2bd5d4fc2fc3e69bcfbb20799bc55bc1e9e for ARTEMIS-1403
broke RedeployTest because it wasn't using the proper delimiter
in the address/queue names and matches.
----
---