GitHub user RoddieKieley opened a pull request:
https://github.com/apache/activemq-artemis/pull/2319
ARTEMIS-2000: scaleDown/scaledownconnector call does not take routing type
into account when creating queues on addresses
Cherry picked the two commits from the main ARTEMIS-2000 branch that was
based on master onto an ARTEMIS-2000-2.6.x branch that was based on 2.6.x.
Changes are contained to the ScaleDownHandler and the associated
ScaleDownTest.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/RoddieKieley/activemq-artemis
ARTEMIS-2000-2.6.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2319.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 #2319
----
commit b94662c65eda4694429f81f0cc3bbef5634daff2
Author: Roddie Kieley <rkieley@...>
Date: 2018-07-31T12:34:56Z
ARTEMIS-2000: For ScaleDown set the RoutingType header property on the
message so if the address does not exist on the other end it will be created
correctly.
(cherry picked from commit 71f75e2ded2fe5f61e7099848b571e993f9ebbea)
commit 5059e883c510f70714dbc938a94f4dbd2702b307
Author: andytaylor <andy.tayls67@...>
Date: 2018-09-14T15:22:43Z
ARTEMIS-2000: test added
(cherry picked from commit 052b67d815a8fefdb74860e866b8ba921f5f7196)
----
---