| 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 | 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.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.