Package | Description |
---|---|
org.apache.qpid.jms.provider.amqp | |
org.apache.qpid.jms.provider.amqp.builders |
Modifier and Type | Class and Description |
---|---|
class |
AmqpConnectionSession
Subclass of the standard session object used solely by AmqpConnection to
aid in managing connection resources that require a persistent session.
|
Modifier and Type | Field and Description |
---|---|
protected AmqpSession |
AmqpProducer.session |
protected AmqpSession |
AmqpConsumer.session |
Modifier and Type | Method and Description |
---|---|
AmqpSession |
AmqpFixedProducer.getSession() |
AmqpSession |
AmqpTransactionContext.getSession() |
AmqpSession |
AmqpTemporaryDestination.getSession() |
AmqpSession |
AmqpConsumer.getSession() |
AmqpSession |
AmqpConnection.getSession(JmsSessionId sessionId)
Retrieve the indicated Session instance from the list of active sessions.
|
Constructor and Description |
---|
AmqpAnonymousFallbackProducer(AmqpSession session,
JmsProducerInfo info)
Creates the Anonymous Producer object.
|
AmqpConsumer(AmqpSession session,
JmsConsumerInfo info,
org.apache.qpid.proton.engine.Receiver receiver) |
AmqpFixedProducer(AmqpSession session,
JmsProducerInfo info) |
AmqpFixedProducer(AmqpSession session,
JmsProducerInfo info,
org.apache.qpid.proton.engine.Sender sender) |
AmqpProducer(AmqpSession session,
JmsProducerInfo info) |
AmqpProducer(AmqpSession session,
JmsProducerInfo info,
org.apache.qpid.proton.engine.Sender endpoint) |
AmqpTemporaryDestination(AmqpSession session,
JmsTemporaryDestination destination,
org.apache.qpid.proton.engine.Sender endpoint) |
AmqpTransactionContext(AmqpSession session,
JmsSessionInfo resourceInfo)
Creates a new AmqpTransactionContext instance.
|
Modifier and Type | Method and Description |
---|---|
protected AmqpSession |
AmqpConnectionSessionBuilder.createResource(AmqpConnection parent,
JmsSessionInfo resourceInfo,
org.apache.qpid.proton.engine.Session endpoint) |
protected AmqpSession |
AmqpSessionBuilder.createResource(AmqpConnection parent,
JmsSessionInfo resourceInfo,
org.apache.qpid.proton.engine.Session endpoint) |
Modifier and Type | Method and Description |
---|---|
protected AmqpConsumer |
AmqpConsumerBuilder.createResource(AmqpSession parent,
JmsConsumerInfo resourceInfo,
org.apache.qpid.proton.engine.Receiver endpoint) |
protected AmqpProducer |
AmqpProducerBuilder.createResource(AmqpSession parent,
JmsProducerInfo resourceInfo,
org.apache.qpid.proton.engine.Sender endpoint) |
protected AmqpTemporaryDestination |
AmqpTemporaryDestinationBuilder.createResource(AmqpSession parent,
JmsTemporaryDestination resourceInfo,
org.apache.qpid.proton.engine.Sender endpoint) |
Constructor and Description |
---|
AmqpConsumerBuilder(AmqpSession parent,
JmsConsumerInfo consumerInfo) |
AmqpProducerBuilder(AmqpSession parent,
JmsProducerInfo resourceInfo) |
AmqpTemporaryDestinationBuilder(AmqpSession parent,
JmsTemporaryDestination resourceInfo) |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.