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).
| Type | BOOLEAN |
| Default Value | false |
| Is the attribute nillable? | true |
| Does the attribute allow expression? | true |
| Where is the attribute stored? | configuration |
| Access Type | read-write |
| Is restarted required? | all-services |
| Stability Level | default |
| Raw DMR model |
|
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| failover-on-server-shutdown | BOOLEAN | false | true | false | Whether the server must failover when it is normally shutdown. |
| Raw DMR model |
|
| Raw DMR model |
|
Galleon features are to be used when creating Galleon feature-packs.
<feature spec="subsystem.messaging-activemq.server.ha-policy.shared-store-colocated.configuration.primary">
<param name="server" value="{resource name}"/>
<param name="failover-on-server-shutdown" value="{value}"/>
<feature/>