Uses of Class
org.apache.activemq.transport.amqp.AmqpHeader
-
Packages that use AmqpHeader Package Description org.apache.activemq.transport.amqp A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/ -
-
Uses of AmqpHeader in org.apache.activemq.transport.amqp
Methods in org.apache.activemq.transport.amqp that return AmqpHeader Modifier and Type Method Description AmqpHeader
AmqpWireFormat. getMinimallySupportedHeader()
Returns an AMQP Header object that represents the minimally protocol versions supported by this transport.Methods in org.apache.activemq.transport.amqp with parameters of type AmqpHeader Modifier and Type Method Description boolean
AmqpWireFormat. isHeaderValid(AmqpHeader header, boolean authenticated)
Given an AMQP header validate that the AMQP magic is present and if so that the version and protocol values align with what we support.
-