Package | Description |
---|---|
org.wildfly.swarm.config.messaging.activemq | |
org.wildfly.swarm.config.messaging.activemq.server |
Modifier and Type | Method and Description |
---|---|
ReplicationSlaveHAPolicy |
Server.ServerResources.replicationSlaveHaPolicy()
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, replication-colocated,
shared-store-master, shared-store-slave, or shared-store-colocated).
|
Modifier and Type | Method and Description |
---|---|
T |
Server.replicationSlaveHaPolicy(ReplicationSlaveHAPolicy 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, replication-colocated,
shared-store-master, shared-store-slave, or shared-store-colocated).
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicationSlaveHAPolicy<T extends ReplicationSlaveHAPolicy<T>>
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, replication-colocated, shared-store-master,
shared-store-slave, or shared-store-colocated).
|
interface |
ReplicationSlaveHAPolicyConsumer<T extends ReplicationSlaveHAPolicy<T>> |
interface |
ReplicationSlaveHAPolicySupplier<T extends ReplicationSlaveHAPolicy> |
Modifier and Type | Method and Description |
---|---|
ReplicationSlaveHAPolicy |
ReplicationSlaveHAPolicySupplier.get()
Constructed instance of ReplicationSlaveHAPolicy resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.