| Package | Description |
|---|---|
| org.apache.qpid.jms |
The core AMQP JMS client implementation classes.
|
| org.apache.qpid.jms.provider | |
| org.apache.qpid.jms.provider.amqp | |
| org.apache.qpid.jms.provider.failover |
| Modifier and Type | Method and Description |
|---|---|
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 |
JmsLocalTransactionContext.send(JmsConnection connection,
JmsOutboundMessageDispatch envelope) |
void |
JmsNoTxTransactionContext.send(JmsConnection connection,
JmsOutboundMessageDispatch envelope) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProviderWrapper.send(JmsOutboundMessageDispatch envelope,
AsyncResult request) |
void |
Provider.send(JmsOutboundMessageDispatch envelope,
AsyncResult request)
Sends the JmsMessage contained in the outbound dispatch envelope.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AmqpFixedProducer.send(JmsOutboundMessageDispatch envelope,
AsyncResult request) |
abstract boolean |
AmqpProducer.send(JmsOutboundMessageDispatch envelope,
AsyncResult request)
Sends the given message
|
boolean |
AmqpAnonymousFallbackProducer.send(JmsOutboundMessageDispatch envelope,
AsyncResult request) |
void |
AmqpProvider.send(JmsOutboundMessageDispatch envelope,
AsyncResult request) |
| Modifier and Type | Method and Description |
|---|---|
void |
FailoverProvider.send(JmsOutboundMessageDispatch envelope,
AsyncResult request) |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.