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 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) |
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() |
AmqpConnection |
AmqpJmsMessageFacade.getConnection()
The AmqpConnection instance that is associated with this Message.
|
Modifier and Type | Method and Description |
---|---|
String |
AmqpDestinationHelper.getDestinationAddress(JmsDestination destination,
AmqpConnection conn) |
Constructor and Description |
---|
AmqpJmsBytesMessageFacade(AmqpConnection connection)
Creates a new facade instance
|
AmqpJmsMapMessageFacade(AmqpConnection connection)
Create a new facade ready for sending.
|
AmqpJmsMessageFacade(AmqpConnection connection)
Create a new AMQP Message Facade with an empty message instance.
|
AmqpJmsMessageFactory(AmqpConnection connection) |
AmqpJmsObjectMessageFacade(AmqpConnection connection,
boolean isAmqpTypeEncoded)
Creates a new facade instance
|
AmqpJmsStreamMessageFacade(AmqpConnection connection)
Create a new facade ready for sending.
|
AmqpJmsTextMessageFacade(AmqpConnection connection)
Create a new AMQP Message facade ready for sending.
|
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.