Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.17.0
-
None
-
None
-
None
-
OpenJDK 11
Description
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:
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
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.
Attachments
Issue Links
- duplicates
-
ARTEMIS-2802 Federation not working when clients connect using OpenWire protocol
- Closed