| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging_activemq | |
| org.wildfly.swarm.config.messaging_activemq.server |
| Modifier and Type | Method and Description |
|---|---|
LiveOnlyHAPolicy |
Server.liveOnlyHaPolicy()
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.liveOnlyHaPolicy(LiveOnlyHAPolicy value)
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
| Modifier and Type | Class and Description |
|---|---|
class |
LiveOnlyHAPolicy<T extends LiveOnlyHAPolicy>
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
interface |
LiveOnlyHAPolicyConfigurator<T extends LiveOnlyHAPolicy> |
| Modifier and Type | Method and Description |
|---|---|
LiveOnlyHAPolicy |
LiveOnlyHAPolicy.scaleDown(Boolean value)
Configure whether this server send its messages to another live server in the scale-down cluster when it is shutdown cleanly.
|
LiveOnlyHAPolicy |
LiveOnlyHAPolicy.scaleDownClusterName(String value)
Name of the cluster used to scale down.
|
LiveOnlyHAPolicy |
LiveOnlyHAPolicy.scaleDownConnectors(List<String> value)
List of connectors used to form the scale-down cluster.
|
LiveOnlyHAPolicy |
LiveOnlyHAPolicy.scaleDownConnectorsValue(String value)
List of connectors used to form the scale-down cluster.
|
LiveOnlyHAPolicy |
LiveOnlyHAPolicy.scaleDownDiscoveryGroup(String value)
Name of the discovery group used to build the scale-down cluster
|
LiveOnlyHAPolicy |
LiveOnlyHAPolicy.scaleDownGroupName(String value)
Name of the group used to scale down.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.