| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging_activemq | |
| org.wildfly.swarm.config.messaging_activemq.server |
| Modifier and Type | Method and Description |
|---|---|
SharedStoreColocatedHaPolicy |
Server.sharedStoreColocatedHaPolicy()
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.sharedStoreColocatedHaPolicy(SharedStoreColocatedHaPolicy 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 |
|---|---|
SharedStoreColocatedHaPolicy |
SharedStoreColocatedHaPolicy.backupPortOffset(Integer value)
The offset to use for the Connectors and Acceptors when creating a new backup server.
|
SharedStoreColocatedHaPolicy |
SharedStoreColocatedHaPolicy.backupRequestRetries(Integer value)
How many times the live server will try to request a backup, -1 means for ever.
|
SharedStoreColocatedHaPolicy |
SharedStoreColocatedHaPolicy.backupRequestRetryInterval(Long value)
How long (in ms) to wait for retries between attempts to request a backup server.
|
SharedStoreColocatedHaPolicy |
SharedStoreColocatedHaPolicy.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).
|
SharedStoreColocatedHaPolicy |
SharedStoreColocatedHaPolicy.maxBackups(Integer value)
Whether or not this live server will accept backup requests from other live servers.
|
SharedStoreColocatedHaPolicy |
SharedStoreColocatedHaPolicy.requestBackup(Boolean value)
If true then the server will request a backup on another node.
|
SharedStoreColocatedHaPolicy |
SharedStoreColocatedHaPolicy.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.