From 3ff70cb7d35133ac786d930d820a34bed11c831a Mon Sep 17 00:00:00 2001 From: Erwin Dondorp Date: Wed, 9 Jun 2021 20:08:35 +0200 Subject: [PATCH] ARTEMIS-3334 suggest to use the etc directory, which is already in the classpath and also has all other config files --- docs/user-manual/en/clusters.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user-manual/en/clusters.md b/docs/user-manual/en/clusters.md index ac3b9afd61..3c039c27df 100644 --- a/docs/user-manual/en/clusters.md +++ b/docs/user-manual/en/clusters.md @@ -163,6 +163,7 @@ following: - `jgroups-file` attribute. This is the name of JGroups configuration file. It will be used to initialize JGroups channels. Make sure the file is in the java resource path so that Apache ActiveMQ Artemis can load it. + The typical location for the file is the `etc` directory from the broker instance. - `jgroups-channel` attribute. The name that JGroups channels connect to for broadcasting.