GitHub user michaelandrepearce opened a pull request:
https://github.com/apache/activemq-artemis/pull/2298
ARTEMIS-2065 Change routing-type isnt destructive.
Revert previous fix
Keep original ConfigChangeTest
Apply new non-destructive fix.
Enhance tests to ensure messages in queues are not lost either on reload
when running or when config changed on-restart (e.g. queue i not destroyed)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelandrepearce/activemq-artemis
ARTEMIS-2065
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2298.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 #2298
----
commit c9d8ad1f38300822a6707cf383bc79fc954114dd
Author: Michael André Pearce <michael.andre.pearce@...>
Date: 2018-09-06T17:41:21Z
ARTEMIS-2065 Change routing-type isnt destructive.
Revert previous fix
Keep original ConfigChangeTest
Apply new non-destructive fix.
Enhance tests to ensure messages in queues are not lost either on reload
when running or when config changed on-restart (e.g. queue i not destroyed)
----
---