From commits-return-63582-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Thu Jun 10 13:23:08 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id D1E5518037A for ; Thu, 10 Jun 2021 15:23:08 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 68271620EA for ; Thu, 10 Jun 2021 13:23:06 +0000 (UTC) Received: (qmail 50920 invoked by uid 500); 10 Jun 2021 13:23:05 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 50904 invoked by uid 99); 10 Jun 2021 13:23:05 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2021 13:23:05 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 80D9281A86; Thu, 10 Jun 2021 13:23:05 +0000 (UTC) Date: Thu, 10 Jun 2021 13:23:05 +0000 To: "commits@activemq.apache.org" Subject: [activemq-artemis] branch main updated: ARTEMIS-3334 suggest to use the etc directory, which is already in the classpath and also has all other config files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <162333138521.28943.793580892963060338@gitbox.apache.org> From: clebertsuconic@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: activemq-artemis X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Oldrev: bafefdc8ece23801ac8fb7f5879faa9c3107ae5f X-Git-Newrev: 3ff70cb7d35133ac786d930d820a34bed11c831a X-Git-Rev: 3ff70cb7d35133ac786d930d820a34bed11c831a X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. clebertsuconic pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git The following commit(s) were added to refs/heads/main by this push: new 3ff70cb ARTEMIS-3334 suggest to use the etc directory, which is already in the classpath and also has all other config files 3ff70cb is described below commit 3ff70cb7d35133ac786d930d820a34bed11c831a Author: Erwin Dondorp AuthorDate: Wed Jun 9 20:08:35 2021 +0200 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 ac3b9af..3c039c2 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.