Uses of Class
org.apache.activemq.transport.amqp.AmqpProtocolException
Packages that use AmqpProtocolException
Package
Description
A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/
-
Uses of AmqpProtocolException in org.apache.activemq.transport.amqp
Methods in org.apache.activemq.transport.amqp that throw AmqpProtocolExceptionModifier and TypeMethodDescriptionstatic org.apache.activemq.command.ActiveMQDestinationAmqpSupport.createDestination(Object endpoint) Given an AMQP endpoint, deduce the appropriate ActiveMQDestination type and create a new instance. -
Uses of AmqpProtocolException in org.apache.activemq.transport.amqp.message
Methods in org.apache.activemq.transport.amqp.message that throw AmqpProtocolExceptionModifier and TypeMethodDescriptionAMQPMessageIdHelper.toIdObject(String baseId) Takes the provided base id string and return the appropriate amqp messageId style object.