Package | Description |
---|---|
org.apache.qpid.jms |
The core AMQP JMS client implementation classes.
|
org.apache.qpid.jms.message |
Modifier and Type | Class and Description |
---|---|
class |
JmsQueueConnection |
class |
JmsTopicConnection |
Modifier and Type | Field and Description |
---|---|
protected JmsConnection |
JmsMessageConsumer.connection |
protected JmsConnection |
JmsMessageProducer.connection |
protected JmsConnection |
JmsDestination.connection |
Modifier and Type | Method and Description |
---|---|
protected <T extends JmsConnection> |
JmsConnectionFactory.configureConnection(T connection,
String username,
String password) |
Modifier and Type | Method and Description |
---|---|
JmsConnection |
JmsSession.getConnection() |
Modifier and Type | Method and Description |
---|---|
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 |
JmsNoTxTransactionContext.acknowledge(JmsConnection connection,
JmsInboundMessageDispatch envelope,
ProviderConstants.ACK_TYPE ackType) |
void |
JmsLocalTransactionContext.acknowledge(JmsConnection connection,
JmsInboundMessageDispatch envelope,
ProviderConstants.ACK_TYPE ackType) |
void |
JmsTransactionContext.send(JmsConnection connection,
JmsOutboundMessageDispatch envelope)
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 |
JmsNoTxTransactionContext.send(JmsConnection connection,
JmsOutboundMessageDispatch envelope) |
void |
JmsLocalTransactionContext.send(JmsConnection connection,
JmsOutboundMessageDispatch envelope) |
Constructor and Description |
---|
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,
javax.jms.Message 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.
|
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.