This is an automated email from the ASF dual-hosted git repository.
michaelpearce pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/master by this push:
new 33d9edf NO-JIRA Document reloading when using modularised broker.xml
new 0cf29fe This closes #2563
33d9edf is described below
commit 33d9edf525a21ce8befed39715c690939b78e7b0
Author: Michael André Pearce <michael.andre.pearce@me.com>
AuthorDate: Sat Feb 23 05:49:03 2019 +0000
NO-JIRA Document reloading when using modularised broker.xml
---
docs/user-manual/en/config-reload.md | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/docs/user-manual/en/config-reload.md b/docs/user-manual/en/config-reload.md
index be2ac98..0f639b5 100644
--- a/docs/user-manual/en/config-reload.md
+++ b/docs/user-manual/en/config-reload.md
@@ -12,10 +12,7 @@ be reloaded automatically:
- Diverts
- Addresses & queues
-If using [modulised broker.xml](configuration-index.md#modularising-broker.xml) you need
to touch broker.xml for modularised config to reload.
-
-This is on-purpose to avoid reload occurring whilst modifying separate modularised parts
e.g. address-settings and addressesm that you may want to have updated at the same time but
maybe modularised separately.
-
+If using [modulised broker.xml](configuration-index.md#modularising-broker.xml) ensure you
also read [Reloading modular configuration files](configuration-index.md#reloading-modular-configuration-files)
**Note:**
|