Uses of Interface
org.apache.activemq.transport.amqp.AmqpTransport
Packages that use AmqpTransport
Package
Description
A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/
-
Uses of AmqpTransport in org.apache.activemq.transport.amqp
Classes in org.apache.activemq.transport.amqp that implement AmqpTransportModifier and TypeClassDescriptionclassThe AMQPTransportFilter normally sits on top of a TcpTransport that has been configured with the AmqpWireFormat and is used to convert AMQP commands to ActiveMQ commands.Methods in org.apache.activemq.transport.amqp that return AmqpTransportMethods in org.apache.activemq.transport.amqp with parameters of type AmqpTransportModifier and TypeMethodDescriptionvoidAmqpInactivityMonitor.setAmqpTransport(AmqpTransport amqpTransport) Constructors in org.apache.activemq.transport.amqp with parameters of type AmqpTransportModifierConstructorDescriptionAmqpProtocolDiscriminator(AmqpTransport transport, BrokerService brokerService) -
Uses of AmqpTransport in org.apache.activemq.transport.amqp.protocol
Constructors in org.apache.activemq.transport.amqp.protocol with parameters of type AmqpTransportModifierConstructorDescriptionAmqpConnection(AmqpTransport transport, BrokerService brokerService) -
Uses of AmqpTransport in org.apache.activemq.transport.amqp.sasl
Constructors in org.apache.activemq.transport.amqp.sasl with parameters of type AmqpTransportModifierConstructorDescriptionAmqpAuthenticator(AmqpTransport transport, org.apache.qpid.proton.engine.Sasl sasl, BrokerService brokerService)