I'm trying to understand how to use broker properties (https://activemq.apache.org/components/artemis/documentation/latest/configuration-index.html#broker-properties), specifically to configure high availability.
For example, how would I represent this sort of XML configuration in a properties file? <ha-policy> <replication> <primary> <check-for-active-server>true</check-for-active-server> </primary> <backup> <allow-failback>true</allow-failback> <restart-backup>true</restart-backup> </backup> </replication> </ha-policy>