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 Details

    • 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:
  • Constructor Details

    • FederationConstants

      public FederationConstants()