| 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 |
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) |
| Modifier and Type | Field and Description |
|---|---|
protected ProviderSynchronization |
ProviderFuture.synchronization |
| Modifier and Type | Method and Description |
|---|---|
abstract ProviderFuture |
ProviderFutureFactory.createFuture(ProviderSynchronization synchronization) |
ProviderFuture |
Provider.newProviderFuture(ProviderSynchronization synchronization)
Gets a ProviderFuture instance from the Provider for use in performing Provider calls
that require an asynchronous completion to know when the call to the provider has succeeded
or failed.
|
ProviderFuture |
ProviderWrapper.newProviderFuture(ProviderSynchronization synchronization) |
| Constructor and Description |
|---|
BalancedProviderFuture(ProviderSynchronization synchronization) |
ConservativeProviderFuture(ProviderSynchronization synchronization) |
ProgressiveProviderFuture(ProviderSynchronization synchronization) |
ProviderFuture(ProviderSynchronization synchronization) |
| Modifier and Type | Method and Description |
|---|---|
ProviderFuture |
AmqpProvider.newProviderFuture(ProviderSynchronization synchronization) |
| Modifier and Type | Method and Description |
|---|---|
ProviderFuture |
FailoverProvider.newProviderFuture(ProviderSynchronization synchronization) |
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.