| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging_activemq | |
| org.wildfly.swarm.config.messaging_activemq.server |
| Modifier and Type | Method and Description |
|---|---|
ReplicationColocatedHAPolicy |
Server.replicationColocatedHaPolicy()
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.replicationColocatedHaPolicy(ReplicationColocatedHAPolicy 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 |
ReplicationColocatedHAPolicy<T extends ReplicationColocatedHAPolicy>
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 |
ReplicationColocatedHAPolicyConfigurator<T extends ReplicationColocatedHAPolicy> |
| Modifier and Type | Method and Description |
|---|---|
ReplicationColocatedHAPolicy |
ReplicationColocatedHAPolicy.backupPortOffset(Integer value)
The offset to use for the Connectors and Acceptors when creating a new backup server.
|
ReplicationColocatedHAPolicy |
ReplicationColocatedHAPolicy.backupRequestRetries(Integer value)
How many times the live server will try to request a backup, -1 means for ever.
|
ReplicationColocatedHAPolicy |
ReplicationColocatedHAPolicy.backupRequestRetryInterval(Long value)
How long (in ms) to wait for retries between attempts to request a backup server.
|
ReplicationColocatedHAPolicy |
ReplicationColocatedHAPolicy.excludedConnectors(List<String> value)
The connectors that must not have their port offset.
|
ReplicationColocatedHAPolicy |
ReplicationColocatedHAPolicy.excludedConnectorsValue(String value)
The connectors that must not have their port offset.
|
ReplicationColocatedHAPolicy |
ReplicationColocatedHAPolicy.masterConfiguration(MasterConfiguration 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).
|
ReplicationColocatedHAPolicy |
ReplicationColocatedHAPolicy.maxBackups(Integer value)
Whether or not this live server will accept backup requests from other live servers.
|
ReplicationColocatedHAPolicy |
ReplicationColocatedHAPolicy.requestBackup(Boolean value)
If true then the server will request a backup on another node.
|
ReplicationColocatedHAPolicy |
ReplicationColocatedHAPolicy.slaveConfiguration(SlaveConfiguration 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).
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.