| Package | Description |
|---|---|
| org.apache.qpid.jms |
The core AMQP JMS client implementation classes.
|
| org.apache.qpid.jms.message | |
| org.apache.qpid.jms.meta |
| Modifier and Type | Class and Description |
|---|---|
class |
JmsQueueConnection |
class |
JmsTopicConnection |
| Modifier and Type | Field and Description |
|---|---|
protected JmsConnection |
JmsMessageProducer.connection |
protected JmsConnection |
JmsDestination.connection |
protected JmsConnection |
JmsMessageConsumer.connection |
| Modifier and Type | Method and Description |
|---|---|
JmsConnection |
JmsSession.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
JmsNoTxTransactionContext.acknowledge(JmsConnection connection,
JmsInboundMessageDispatch envelope,
ProviderConstants.ACK_TYPE ackType) |
void |
JmsTransactionContext.acknowledge(JmsConnection connection,
JmsInboundMessageDispatch envelope,
ProviderConstants.ACK_TYPE ackType)
Allows the context to intercept a message acknowledgement and perform any
additional logic prior to the acknowledge being forwarded onto the connection.
|
void |
JmsLocalTransactionContext.acknowledge(JmsConnection connection,
JmsInboundMessageDispatch envelope,
ProviderConstants.ACK_TYPE ackType) |
void |
JmsNoTxTransactionContext.send(JmsConnection connection,
JmsOutboundMessageDispatch envelope,
ProviderSynchronization outcome) |
void |
JmsTransactionContext.send(JmsConnection connection,
JmsOutboundMessageDispatch envelope,
ProviderSynchronization outcome)
Allows the context to intercept and perform any additional logic
prior to a message being sent on to the connection and subsequently
the remote peer.
|
void |
JmsLocalTransactionContext.send(JmsConnection connection,
JmsOutboundMessageDispatch envelope,
ProviderSynchronization outcome) |
| Constructor and Description |
|---|
JmsConnectionConsumer(JmsConnection connection,
JmsConsumerInfo consumerInfo,
MessageQueue messageQueue,
javax.jms.ServerSessionPool sessionPool) |
JmsContext(JmsConnection connection,
int sessionMode) |
JmsQueueSession(JmsConnection connection,
JmsSessionId sessionId,
int acknowledgementMode) |
JmsSession(JmsConnection connection,
JmsSessionId sessionId,
int acknowledgementMode) |
JmsTopicSession(JmsConnection connection,
JmsSessionId sessionId,
int acknowledgementMode) |
| Modifier and Type | Field and Description |
|---|---|
protected JmsConnection |
JmsMessage.connection |
| Modifier and Type | Method and Description |
|---|---|
JmsConnection |
JmsMessage.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
static void |
JmsMessageTransformation.copyProperties(JmsConnection connection,
javax.jms.Message source,
JmsMessage target)
Copies the standard JMS and user defined properties from the given source
message to the specified target message.
|
void |
JmsMessage.setConnection(JmsConnection connection) |
static JmsDestination |
JmsMessageTransformation.transformDestination(JmsConnection connection,
javax.jms.Destination destination)
Creates a an available JMS message from another provider.
|
static JmsMessage |
JmsMessageTransformation.transformMessage(JmsConnection connection,
javax.jms.Message message)
Creates a new JmsMessage object and populates it using the details of
the given Message.
|
| Modifier and Type | Method and Description |
|---|---|
JmsConnection |
JmsConnectionInfo.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
JmsConnectionInfo.setConnection(JmsConnection connection) |
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.