Uses of Class
org.apache.activemq.transport.amqp.AmqpProtocolException
-
Packages that use AmqpProtocolException Package Description org.apache.activemq.transport.amqp A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/org.apache.activemq.transport.amqp.message -
-
Uses of AmqpProtocolException in org.apache.activemq.transport.amqp
Methods in org.apache.activemq.transport.amqp that throw AmqpProtocolException Modifier and Type Method Description static ActiveMQDestination
AmqpSupport. 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 AmqpProtocolException Modifier and Type Method Description Object
AMQPMessageIdHelper. toIdObject(String baseId)
Takes the provided base id string and return the appropriate amqp messageId style object.
-