Package | Description |
---|---|
org.apache.qpid.jms.provider.amqp | |
org.apache.qpid.jms.provider.amqp.builders |
Modifier and Type | Interface and Description |
---|---|
interface |
AmqpResource
AmqpResource specification.
|
Modifier and Type | Class and Description |
---|---|
class |
AmqpAbstractResource<R extends JmsResource,E extends org.apache.qpid.proton.engine.Endpoint>
Abstract base for all AmqpResource implementations to extend.
|
class |
AmqpAnonymousFallbackProducer
Handles the case of anonymous JMS MessageProducers.
|
class |
AmqpConnection |
class |
AmqpConnectionSession
Subclass of the standard session object used solely by AmqpConnection to
aid in managing connection resources that require a persistent session.
|
class |
AmqpConsumer
AMQP Consumer object that is used to manage JMS MessageConsumer semantics.
|
class |
AmqpFixedProducer
AMQP Producer object that is used to manage JMS MessageProducer semantics.
|
class |
AmqpProducer
Base class for Producer instances.
|
class |
AmqpSession |
class |
AmqpTemporaryDestination
Manages a Temporary Destination linked to a given Connection.
|
class |
AmqpTransactionCoordinator
Represents the AMQP Transaction coordinator link used by the transaction context
of a session to control the lifetime of a given transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
AmqpConnectionBuilder
Resource builder responsible for creating and opening an AmqpConnection instance.
|
class |
AmqpConnectionSessionBuilder
Resource builder responsible for creating and opening an AmqpConnectionSession instance.
|
class |
AmqpConsumerBuilder
Resource builder responsible for creating and opening an AmqpConsumer instance.
|
class |
AmqpProducerBuilder
Resource builder responsible for creating and opening an AmqpProducer instance.
|
class |
AmqpResourceBuilder<TARGET extends AmqpResource,PARENT extends AmqpResourceParent,INFO extends JmsResource,ENDPOINT extends org.apache.qpid.proton.engine.Endpoint>
Base for all AmqpResource builders.
|
class |
AmqpSessionBuilder
Resource builder responsible for creating and opening an AmqpSession instance.
|
class |
AmqpTemporaryDestinationBuilder
Resource builder responsible for creating and opening an AmqpTemporaryDestination instance.
|
class |
AmqpTransactionCoordinatorBuilder
Resource builder responsible for creating and opening an AmqpTransactionCoordinator instance.
|
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.