| Interface | Description |
|---|---|
| AmqpEventSink |
Interface used by classes that want to process AMQP events sent from
the transport layer.
|
| AmqpExceptionBuilder |
Used to provide a source for an exception based on some event such as
operation timed out, etc.
|
| AmqpResource |
AmqpResource specification.
|
| AmqpResourceParent |
Interface for any object that can will manage the lifetime of AmqpResource
based object instances.
|
| Class | Description |
|---|---|
| AmqpAbstractResource<R extends JmsResource,E extends org.apache.qpid.proton.engine.Endpoint> |
Abstract base for all AmqpResource implementations to extend.
|
| AmqpAnonymousFallbackProducer |
Handles the case of anonymous JMS MessageProducers.
|
| AmqpConnection | |
| AmqpConnectionProperties |
Class used to examine the capabilities and connection properties of the
remote connection and provide that information to the client code in a
simpler and more easy to digest manner.
|
| AmqpConnectionSession |
Subclass of the standard session object used solely by AmqpConnection to
aid in managing connection resources that require a persistent session.
|
| AmqpConsumer |
AMQP Consumer object that is used to manage JMS MessageConsumer semantics.
|
| AmqpFixedProducer |
AMQP Producer object that is used to manage JMS MessageProducer semantics.
|
| AmqpProducer |
Base class for Producer instances.
|
| AmqpProtocolTracer |
Proton-J ProtocolTracer implementation that writes AMQP frame data to the
given logger target.
|
| AmqpProvider |
An AMQP v1.0 Provider.
|
| AmqpProviderFactory |
Factory for creating the AMQP provider.
|
| AmqpRedirect |
Encapsulates the AMQP Redirect Map
|
| AmqpSaslAuthenticator |
Manage the SASL authentication process
|
| AmqpSession | |
| AmqpSubscriptionTracker |
Class used to track named subscriptions on a connection to allow verifying
current usage and assigning appropriate link names.
|
| AmqpSupport | |
| AmqpTemporaryDestination |
Manages a Temporary Destination linked to a given Connection.
|
| AmqpTransactionContext |
Handles the operations surrounding AMQP transaction control.
|
| AmqpTransactionCoordinator |
Represents the AMQP Transaction coordinator link used by the transaction context
of a session to control the lifetime of a given transaction.
|
| AmqpTransferTagGenerator |
Utility class that can generate and if enabled pool the binary tag values
used to identify transfers over an AMQP link.
|
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.