| Package | Description |
|---|---|
| org.apache.qpid.jms.provider.amqp | |
| org.apache.qpid.jms.provider.amqp.builders | |
| org.apache.qpid.jms.provider.amqp.message |
| Modifier and Type | Field and Description |
|---|---|
protected AmqpConnection |
AmqpProducer.connection |
| Modifier and Type | Method and Description |
|---|---|
AmqpConnection |
AmqpTemporaryDestination.getConnection() |
AmqpConnection |
AmqpSession.getConnection() |
AmqpConnection |
AmqpConsumer.getConnection() |
| Constructor and Description |
|---|
AmqpConnectionSession(AmqpConnection connection,
JmsSessionInfo info,
org.apache.qpid.proton.engine.Session session)
Create a new instance of a Connection owned Session object.
|
AmqpSession(AmqpConnection connection,
JmsSessionInfo info,
org.apache.qpid.proton.engine.Session session) |
| Modifier and Type | Method and Description |
|---|---|
protected AmqpConnection |
AmqpConnectionBuilder.createResource(AmqpProvider parent,
JmsConnectionInfo resourceInfo,
org.apache.qpid.proton.engine.Connection endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AmqpClosedConnectionBuilder.afterClosed(AmqpConnection resource,
JmsConnectionInfo resourceInfo) |
protected AmqpSession |
AmqpSessionBuilder.createResource(AmqpConnection parent,
JmsSessionInfo resourceInfo,
org.apache.qpid.proton.engine.Session endpoint) |
protected AmqpSession |
AmqpConnectionSessionBuilder.createResource(AmqpConnection parent,
JmsSessionInfo resourceInfo,
org.apache.qpid.proton.engine.Session endpoint) |
| Constructor and Description |
|---|
AmqpConnectionSessionBuilder(AmqpConnection parent,
JmsSessionInfo resourceInfo) |
AmqpSessionBuilder(AmqpConnection parent,
JmsSessionInfo resourceInfo) |
| Modifier and Type | Field and Description |
|---|---|
protected AmqpConnection |
AmqpJmsMessageFacade.connection |
| Modifier and Type | Method and Description |
|---|---|
AmqpConnection |
AmqpJmsMessageFactory.getAmqpConnection() |
| Modifier and Type | Method and Description |
|---|---|
static String |
AmqpDestinationHelper.getDestinationAddress(JmsDestination destination,
AmqpConnection connection) |
void |
AmqpJmsObjectMessageFacade.initialize(AmqpConnection connection) |
void |
AmqpJmsMessageFacade.initialize(AmqpConnection connection)
Initialize the state of this message for send.
|
| Constructor and Description |
|---|
AmqpJmsMessageFactory(AmqpConnection connection) |
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.