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 |
Modifier and Type | Class and Description |
---|---|
class |
AmqpProtocolDiscriminator
Used to assign the best implementation of a AmqpProtocolConverter to the
AmqpTransport based on the AmqpHeader that the client sends us.
|
Modifier and Type | Method and Description |
---|---|
AmqpProtocolConverter |
AmqpTransportFilter.getProtocolConverter() |
AmqpProtocolConverter |
AmqpTransport.getProtocolConverter() |
Modifier and Type | Method and Description |
---|---|
void |
ResponseHandler.onResponse(AmqpProtocolConverter converter,
org.apache.activemq.command.Response response)
Called when the Broker has handled a previously issued request and
has a response ready.
|
void |
AmqpTransportFilter.setProtocolConverter(AmqpProtocolConverter protocolConverter) |
void |
AmqpTransport.setProtocolConverter(AmqpProtocolConverter protocolConverter) |
Modifier and Type | Class and Description |
---|---|
class |
AmqpConnection
Implements the mechanics of managing a single remote peer connection.
|
Copyright © 2005–2020 FuseSource, Corp.. All rights reserved.