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 |
JmsNoTxTransactionContext.send(JmsConnection connection,
JmsOutboundMessageDispatch envelope) |
void |
JmsLocalTransactionContext.send(JmsConnection connection,
JmsOutboundMessageDispatch envelope) |
Modifier and Type | Method and Description |
---|---|
void |
Provider.send(JmsOutboundMessageDispatch envelope,
AsyncResult request)
Sends the JmsMessage contained in the outbound dispatch envelope.
|
void |
ProviderWrapper.send(JmsOutboundMessageDispatch envelope,
AsyncResult request) |
Modifier and Type | Method and Description |
---|---|
boolean |
AmqpFixedProducer.send(JmsOutboundMessageDispatch envelope,
AsyncResult request) |
boolean |
AmqpAnonymousFallbackProducer.send(JmsOutboundMessageDispatch envelope,
AsyncResult request) |
abstract boolean |
AmqpProducer.send(JmsOutboundMessageDispatch envelope,
AsyncResult request)
Sends the given message
|
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.