-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
AMQ 7.8.0.GA
-
None
-
False
-
False
-
Undefined
-
-
Attempting to configure address federation between colocated HA broker clusters in separate DCs. The customer use case requires duplicating each message for processing in two separate DCs, so address federation covers this requirement nicely.
Configuring active-active, replicated broker pairs in clusters with colocated HA and address federation gives the following Exception:
AMQ222261: Failed to activate a backup: java.security.PrivilegedActionException: java.io.NotSerializableException: org.apache.activemq.artemis.core.server.federation.address.FederatedAddress$Matcher
The FederatedAddress$Matcher inner class is indeed not marked as java.io.Serializable. Presumably FederatedQueue$Matcher would throw the same Exception.