You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2018/11/14 15:57:06 UTC

activemq-artemis git commit: ARTEMIS-1710 Allow for management msgs to exceed global-max-size limit

Repository: activemq-artemis
Updated Branches:
  refs/heads/2.6.x dea166ab8 -> f79ab66d0


ARTEMIS-1710 Allow for management msgs to exceed global-max-size limit

Added docs to explain the behaviour of management addresses on paging

(cherry picked from commit 075a4024dfab01469bfec6eacc3b55501b0e0080)


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

Branch: refs/heads/2.6.x
Commit: f79ab66d0ddd178167b2b0adf00d53ba1602756b
Parents: dea166a
Author: Francesco Nigro <ni...@gmail.com>
Authored: Tue Nov 6 14:52:57 2018 +0100
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Nov 14 10:56:58 2018 -0500

----------------------------------------------------------------------
 docs/user-manual/en/paging.md | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/f79ab66d/docs/user-manual/en/paging.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/paging.md b/docs/user-manual/en/paging.md
index 60e58d0..9177efe 100644
--- a/docs/user-manual/en/paging.md
+++ b/docs/user-manual/en/paging.md
@@ -76,6 +76,16 @@ Configuration is done at the address settings in `broker.xml`.
 </address-settings>
 ```
 
+> **Note:**
+> The [management-address](management.md#configuring-management)
+> settings cannot be changed or overridden ie management
+> messages aren't allowed to page/block/fail and are considered
+> an internal broker management mechanism.
+> The memory occupation of the [management-address](management.md#configuring-management)
+> is not considered while evaluating if [global-max-size](#global-max-size)
+> is hit and can't cause other non-management addresses to trigger a
+> configured `address-full-policy`.
+
 This is the list of available parameters on the address settings.
 
 Property Name|Description|Default