'How set failover and cluster way in ActiveMQ Artemis

Where to add the configuration file and where to locate the config file.



Solution 1:[1]

The ActiveMQ Artemis default installation includes the ARTEMIS_HOME directory where the distribution has been extracted and a broker instance directory containing all the configuration and runtime data, see the installation documentation for further details.

The cluster settings are defined in the the server configuration file broker.xml included in the etc directory of the broker instance, see the cluster documentation for further details.

The ActiveMQ Artemis Core client supports automatic failover for servers with High Availability, see the documentation for further details.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Domenico Francesco Bruscino