Repository: activemq-artemis
Updated Branches:
  refs/heads/master 42fa84fa5 -> 12afc0b33


ARTEMIS-1922 clarify doc on updating xincluded files


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/f752268a
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/f752268a
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/f752268a

Branch: refs/heads/master
Commit: f752268a3338bc7445bda05794a21c7c9582cebc
Parents: 42fa84f
Author: Justin Bertram <jbert...@apache.org>
Authored: Mon Jun 11 10:32:38 2018 -0500
Committer: Clebert Suconic <clebertsuco...@apache.org>
Committed: Mon Jun 11 19:28:56 2018 -0400

----------------------------------------------------------------------
 docs/user-manual/en/configuration-index.md | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/f752268a/docs/user-manual/en/configuration-index.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/configuration-index.md 
b/docs/user-manual/en/configuration-index.md
index 0064a77..69714d3 100644
--- a/docs/user-manual/en/configuration-index.md
+++ b/docs/user-manual/en/configuration-index.md
@@ -46,6 +46,15 @@ For further information on XInclude see:
 
 [https://www.w3.org/TR/xinclude/](https://www.w3.org/TR/xinclude/)
 
+##### Reloading modular configuration files
+
+Certain changes in `broker.xml` can be picked up at runtime as discussed in 
the [Configuration Reload](config-reload.md)
+chapter. Changes made directly to files which are included in `broker.xml` via 
`xi:include` will not be automatically
+picked up unless the file timestamp on `broker.xml` is also modified. For 
example, if `broker.xml` is including
+`my-address-settings.xml` and `my-address-settings.xml` is modified those 
changes won't be loaded until the user uses
+something like the [touch](https://en.wikipedia.org/wiki/Touch_%28Unix%29) 
command to update the `broker.xml` file's
+timestamp to trigger a reload.
+
 ### System properties
 
 It is possible to use System properties to replace some of the configuration 
properties. If you define a System property starting with "brokerconfig." that 
will be passed along to Bean Utils and the configuration would be replaced.

Reply via email to