Class AMQPBrokerConnectionConstants

java.lang.Object
org.apache.activemq.artemis.protocol.amqp.connect.AMQPBrokerConnectionConstants

public abstract class AMQPBrokerConnectionConstants extends Object
A collection of constants used for AMQP broker connections.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.qpid.proton.amqp.Symbol
    Property name used to embed a nested map of properties meant to be conveyed to the remote peer describing attributes assigned to the AMQP broker connection
    static final String
    Map entry key used to carry the AMQP broker connection name to the remote peer in the information map sent in the AMQP connection properties.
    static final String
    Map entry key used to carry the Node ID of the server where the AMQP broker connection originates from to the remote peer in the information map sent in the AMQP connection properties.
  • Method Summary

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BROKER_CONNECTION_INFO

      public static final org.apache.qpid.proton.amqp.Symbol BROKER_CONNECTION_INFO
      Property name used to embed a nested map of properties meant to be conveyed to the remote peer describing attributes assigned to the AMQP broker connection
    • CONNECTION_NAME

      public static final String CONNECTION_NAME
      Map entry key used to carry the AMQP broker connection name to the remote peer in the information map sent in the AMQP connection properties.
      See Also:
    • NODE_ID

      public static final String NODE_ID
      Map entry key used to carry the Node ID of the server where the AMQP broker connection originates from to the remote peer in the information map sent in the AMQP connection properties.
      See Also: