GitHub user tabish121 opened a pull request:
https://github.com/apache/activemq-artemis/pull/1769
ARTEMIS-1576 Fix test that was broken with changes on this issue
The test is using the wrong indices for the destinations it uses so they
don't match the one's created in the test support class. Because the
code is now using the default routing type the test fails when it tries
to send a message on a JMS Queue when the auto created address default
to the multicast routing type.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tabish121/activemq-artemis ARTEMIS-1576
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1769.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 #1769
----
commit 8bba8dcea3428eb043213146f1bcdcc460930693
Author: Timothy Bish <tabish121@...>
Date: 2018-01-10T21:44:25Z
ARTEMIS-1576 Fix test that was broken with changes on this issue
The test is using the wrong indices for the destinations it uses so they
don't match the one's created in the test support class. Because the
code is now using the default routing type the test fails when it tries
to send a message on a JMS Queue when the auto created address default
to the multicast routing type.
----
---