Skip to content

Commit

Permalink
ARTEMIS-1710 Allow for management msgs to exceed global-max-size limit
Browse files Browse the repository at this point in the history
Added docs to explain the behaviour of management addresses on paging

(cherry picked from commit 075a402)
  • Loading branch information
franz1981 authored and clebertsuconic committed Nov 14, 2018
1 parent dea166a commit f79ab66
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/user-manual/en/paging.md
Expand Up @@ -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
Expand Down

0 comments on commit f79ab66

Please sign in to comment.