Github user michaelandrepearce commented on the issue:
https://github.com/apache/activemq-artemis/pull/2298
@jbertram @clebertsuconic here is non-destructive alternative for
routing-type change.
I have added extra bits into the test, where a message is sent before the
change and the consumed after, to ensure the change is non-destructive. This is
added both to the reload config test and also to the config change whilst
restart test, to ensure both are non-destructive.
@jbertram i did switch round on the reload test it going from multicast to
anycast, this is just because of the queue name used, its easier to make a
quick consumer with shared durable via jms to get to the queue named
differently to the address.
---