You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by mi...@apache.org on 2019/02/23 05:46:03 UTC

[activemq-artemis] branch master updated: NO-JIRA Document reloading when using modularised broker.xml

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 ffa5a37  NO-JIRA Document reloading when using modularised broker.xml
     new 073eef4  This closes #2562
ffa5a37 is described below

commit ffa5a3718f15ad11b14e682687d1d13eaab348bf
Author: Michael André Pearce <mi...@me.com>
AuthorDate: Sat Feb 23 05:44:08 2019 +0000

    NO-JIRA Document reloading when using modularised broker.xml
    
    Add docs to clarify the need to touch broker.xml for modularised config to reload
---
 docs/user-manual/en/config-reload.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/user-manual/en/config-reload.md b/docs/user-manual/en/config-reload.md
index 45029e5..be2ac98 100644
--- a/docs/user-manual/en/config-reload.md
+++ b/docs/user-manual/en/config-reload.md
@@ -12,6 +12,10 @@ 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.
+
 
 **Note:**