Class FederationConstants
- java.lang.Object
-
- org.apache.activemq.artemis.protocol.amqp.federation.FederationConstants
-
public abstract class FederationConstants extends Object
Some predefined constants used in various scenarios when building and managing a federation between peers.
-
-
Field Summary
Fields Modifier and Type Field Description static StringFEDERATION_NAMEConstant value used in properties or other protocol constructs to indicate the name of the broker federation that an operation belongs to.
-
Constructor Summary
Constructors Constructor Description FederationConstants()
-
-
-
Field Detail
-
FEDERATION_NAME
public static final String FEDERATION_NAME
Constant value used in properties or other protocol constructs to indicate the name of the broker federation that an operation belongs to.- See Also:
- Constant Field Values
-
-