Description
The HA documentation at https://activemq.apache.org/artemis/docs/latest/ha.html seems to contain errors regarding the "failover-on-server-shutdown" feature.
- The text talks about an option named failover-on-server-shutdown but the code usesĀ <failover-on-shutdown>true</failover-on-shutdown>
- The documentation suggests that the failover-on-server-shutdown option only exists for <shared-store/> but e.g. not for <colocated/>. Looking at the configuration XSD failover-on-server-shutdown is only defined for <bridge> elements and not for <master> elements used by <shared-store/>. So it remains unclear where the failover-on-server-shutdown actually can be used and if for example in case of <colocated/> it can/must also be specified.
Attachments
Issue Links
- links to