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.protocol | |
org.apache.activemq.transport.amqp.sasl |
Modifier and Type | Class and Description |
---|---|
class |
AmqpTransportFilter
The 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.
|
Modifier and Type | Method and Description |
---|---|
AmqpTransport |
AmqpInactivityMonitor.getAmqpTransport() |
Modifier and Type | Method and Description |
---|---|
void |
AmqpInactivityMonitor.setAmqpTransport(AmqpTransport amqpTransport) |
Constructor and Description |
---|
AmqpProtocolDiscriminator(AmqpTransport transport,
BrokerService brokerService) |
Constructor and Description |
---|
AmqpConnection(AmqpTransport transport,
BrokerService brokerService) |
Constructor and Description |
---|
AmqpAuthenticator(AmqpTransport transport,
org.apache.qpid.proton.engine.Sasl sasl,
BrokerService brokerService) |
Copyright © 2005–2020 FuseSource, Corp.. All rights reserved.