Uses of Class
org.apache.activemq.transport.amqp.AmqpHeader
Packages that use AmqpHeader
Package
Description
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 AmqpHeaderModifier and TypeMethodDescriptionAmqpWireFormat.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 AmqpHeaderModifier and TypeMethodDescriptionbooleanAmqpWireFormat.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.