| Package | Description |
|---|---|
| org.apache.qpid.jms.provider | |
| org.apache.qpid.jms.provider.amqp | |
| org.apache.qpid.jms.provider.failover |
| Modifier and Type | Method and Description |
|---|---|
static ProviderFutureFactory |
ProviderFutureFactory.create(Map<String,String> providerOptions)
Create a new Provider
|
| Modifier and Type | Method and Description |
|---|---|
static Provider |
ProviderFactory.create(URI remoteURI,
ProviderFutureFactory futureFactory)
Static create method that performs the ProviderFactory search and handles the
configuration and setup.
|
abstract Provider |
ProviderFactory.createProvider(URI remoteURI,
ProviderFutureFactory futureFactory)
Creates an instance of the given AsyncProvider and configures it using the
properties set on the given remote broker URI.
|
| Modifier and Type | Method and Description |
|---|---|
AmqpProvider |
AmqpProviderFactory.createProvider(URI remoteURI,
ProviderFutureFactory futureFactory) |
| Constructor and Description |
|---|
AmqpProvider(URI remoteURI,
Transport transport,
ProviderFutureFactory futureFactory)
Create a new instance of an AmqpProvider bonded to the given remote URI.
|
| Modifier and Type | Method and Description |
|---|---|
Provider |
FailoverProviderFactory.createProvider(URI remoteURI,
ProviderFutureFactory futureFactory) |
| Constructor and Description |
|---|
FailoverProvider(List<URI> uris,
Map<String,String> nestedOptions,
ProviderFutureFactory futureFactory) |
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.