I downloaded Apache Artemis project from github. Artemis documentation mentions about settings to be done in the file "broker.xml". However, I could not locate the file. I looked into the location https://github.com/apache/activemq-artemis/tree/master/artemis-server/src/main/resources/schema and the file is not present. There are many broker.xml files in other projects.
Could someone please tell the location of the broker.xml file that needs to modified to run the Artemis broker? I intend to run via IDE. I am already able to run a single instance. Now I want to run a cluster for which I need to make changes to the broker.xml but I cannot locate where it is. Thanks.