The documentation you cited [1] is the main source of information about how to create a cluster. That said, clustering is a large topic and that documentation not only includes specific configuration details but explanations about overarching concepts so users can develop a coherent mental model of what's happening behind the scenes.
If you want demonstrations of working clustered configurations check out the examples [2], specifically the clustered examples [3]. The clustered examples create multiple local brokers as well as a client application that interacts with the cluster. Once the example is done you can look at the configuration of working brokers in the "target" directory. That said, probably the simplest way to create a cluster is using the "--clustered" switch for the "artemis create" [4] command, e.g.: ./artemis create nodeA --clustered --host localhost ./artemis create nodeB --clustered --host localhost --port-offset 1 Once you answer some security-related questions you'll have 2 local brokers which form a cluster when started. Hope that helps! Justin P.S. Skimming through the digital.ai docs you linked I can see a couple of errors specifically around client connectivity. This has the hallmarks of an AI hallucination. I would not recommend this resource at this point. [1] https://activemq.apache.org/components/artemis/documentation/latest/clusters.html [2] https://activemq.apache.org/components/artemis/documentation/latest/examples.html [3] https://github.com/apache/activemq-artemis-examples/tree/main/examples/features/clustered [4] https://activemq.apache.org/components/artemis/documentation/latest/using-server.html#creating-a-broker-instance On Thu, Mar 13, 2025 at 3:43 PM William Crowell <wcrow...@perforce.com.invalid> wrote: > Hi, > > Is there any documentation on creating an Apache Artemis cluster? I found > the following link, but it describes the concepts and does not really go > into a step-by-step process: > > > https://activemq.apache.org/components/artemis/documentation/latest/clusters.html > > digital.ai has documentation here: > https://docs.digital.ai/deploy/docs/24.1/how-to/configuring-artemis-jms-ha-setup > > I wondered if there was a specific link on the Apache Artemis site for > this. > > Regards, > > William Crowell > > > This e-mail may contain information that is privileged or confidential. If > you are not the intended recipient, please delete the e-mail and any > attachments and notify us immediately. > >