[
https://issues.apache.org/jira/browse/ARTEMIS-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16597807#comment-16597807
]
ASF GitHub Bot commented on ARTEMIS-2065:
-----------------------------------------
GitHub user jbertram opened a pull request:
https://github.com/apache/activemq-artemis/pull/2285
ARTEMIS-2065 Can't change queue routing-type between restarts
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-2065
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2285.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 #2285
----
commit 18e4aecd7579e2d76b3939969c4db37b6a6732f9
Author: Justin Bertram <jbertram@...>
Date: 2018-08-30T18:21:07Z
ARTEMIS-2065 Can't change queue routing-type between restarts
----
> Can't change queue routing-type between restarts
> ------------------------------------------------
>
> Key: ARTEMIS-2065
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2065
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.6.2
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
>
> 1. Create {{MULTICAST}} address {{Test}} in broker.xml
> {code:xml}
> <address name="Test">
> <multicast>
> <queue name="testQueue" />
> </multicast>
> </address>
> {code}
> 2. Start broker
> 3. Stop broker
> 4. Change {{MULTICAST}} address {{Test}} to {{ANYCAST}}
> {code:xml}
> <address name="Test">
> <anycast>
> <queue name="testQueue" />
> </anycast>
> </address>
> {code}
> 5. Start broker and the below will be logged during start.
> {noformat}
> AMQ119209: Can't remove routing type MULTICAST, queues exists for address:
> Test. Please delete queues before removing this routing type.
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)