Class AMQPBrokerConnectionConstants
java.lang.Object
org.apache.activemq.artemis.protocol.amqp.connect.AMQPBrokerConnectionConstants
A collection of constants used for AMQP broker connections.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.qpid.proton.amqp.SymbolProperty name used to embed a nested map of properties meant to be conveyed to the remote peer describing attributes assigned to the AMQP broker connectionstatic final StringMap 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 StringMap 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
-
Field Details
-
BROKER_CONNECTION_INFO
public static final org.apache.qpid.proton.amqp.Symbol BROKER_CONNECTION_INFOProperty 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
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
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:
-