Interface | Description |
---|---|
AmqpEventSink |
Interface used by classes that want to process AMQP events sent from
the transport layer.
|
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.
|
AmqpConsumer.ScheduledStopRequest | |
AmqpFixedProducer |
AMQP Producer object that is used to manage JMS MessageProducer semantics.
|
AmqpProducer |
Base class for Producer instances.
|
AmqpProvider |
An AMQP v1.0 Provider.
|
AmqpProviderFactory |
Factory for creating the AMQP provider.
|
AmqpSaslAuthenticator |
Manage the SASL authentication process
|
AmqpSession | |
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–2016 The Apache Software Foundation. All rights reserved.