[
https://issues.apache.org/jira/browse/ARTEMIS-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Bertram updated ARTEMIS-2065:
------------------------------------
Description:
1. Create {{MULTICAST}} queue {{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}} queue {{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}
was:
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}
> 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
> Fix For: 2.7.0, 2.6.3
>
>
> 1. Create {{MULTICAST}} queue {{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}} queue {{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)