Hello everyone, I am looking at the official ActiveMQ tarball (https://archive.apache.org/dist/activemq/5.16.2/apache-activemq-5.16.2-bin.tar.gz) and I would like to understand how ActiveMQ is configured.
In the "conf" directory, I can see the following files: * activemq.xml * broker.ks * broker-localhost.cert * broker.ts * client.ks * client.ts * credentials-enc.properties * credentials.properties * groups.properties * java.security * jetty-realm.properties * jetty.xml * jmx.access * jmx.password * log4j.properties * logging.properties * login.config * users.properties I would like to know what each of these configuration files do, and whether they are required or not. Many thanks, Fabrice