Thorsten Kunz created ARTEMIS-3239:
--------------------------------------
Summary: Creating a federation with <queue-policy
include-federated="false"> is not possible
Key: ARTEMIS-3239
URL: https://issues.apache.org/jira/browse/ARTEMIS-3239
Project: ActiveMQ Artemis
Issue Type: Bug
Affects Versions: 2.17.0
Environment: OpenJDK 11
Reporter: Thorsten Kunz
I am trying to create a federation between two clusters for the sake of easy
migration between old and new hardware. But when I create the federation and
set include-federated="false" on the queue-policy I always get the following
errors:
{code}
2021-04-13 07:06:55,126 ERROR [org.apache.activemq.artemis.core.server]
AMQ224006: Invalid filter: hyphenated_props:federation-name IS NOT NULL
2021-04-13 07:06:55,126 ERROR [org.apache.activemq.artemis.core.server]
AMQ224006: Invalid filter: hyphenated_props:federation-name IS NOT NULL
2021-04-13 07:06:55,127 ERROR [org.apache.activemq.artemis.core.server]
AMQ224006: Invalid filter: hyphenated_props:federation-name IS NOT NULL
2021-04-13 07:06:55,127 ERROR [org.apache.activemq.artemis.core.server]
AMQ224006: Invalid filter: hyphenated_props:federation-name IS NOT NULL
2021-04-13 07:06:55,128 ERROR [org.apache.activemq.artemis.core.server]
AMQ224006: Invalid filter: hyphenated_props:federation-name IS NOT NULL
2021-04-13 07:06:55,132 ERROR [org.apache.activemq.artemis.core.server]
AMQ224006: Invalid filter: hyphenated_props:federation-name IS NOT NULL
{code}
The only way to solve this seems to be to set include-federated="true" but then
I am afraid to create looping messages due to the full mesh of the federation.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)