Package | Description |
---|---|
org.apache.qpid.jms | |
org.apache.qpid.jms.failover |
Modifier and Type | Method and Description |
---|---|
FailoverMethod |
FailoverPolicy.getCurrentMethod() |
Modifier and Type | Method and Description |
---|---|
void |
FailoverPolicy.addMethod(FailoverMethod method) |
Constructor and Description |
---|
FailoverPolicy(FailoverMethod method) |
FailoverPolicy(FailoverMethod method,
int retries) |
Modifier and Type | Class and Description |
---|---|
class |
FailoverExchangeMethod
When using the Failover exchange a single broker is supplied in the URL.
|
class |
FailoverRoundRobinServers |
class |
FailoverSingleServer |
class |
NoFailover
Extend the Single Server Model to gain retry functionality but once connected do not attempt to failover.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.