GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/2414
ARTEMIS-1710 Allow management msgs to exceed global-max-size limit
This is an alternative version of
https://github.com/apache/activemq-artemis/pull/2401 that:
- disable paging on management addresses
- take care to avoid NPE on any uses of a management address `PagingStore`
- management messages are not counted on `PagingManager::getGlobalSize`
(given that no `PagingStore` exists for a management address)
- take care to adjust addresses metrics on a management address
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis ARTEMIS-1710_1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2414.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2414
----
commit fa715d9c4e49ee66bf367b81b513e21f79c75b93
Author: Francesco Nigro <nigro.fra@...>
Date: 2018-11-03T15:37:26Z
ARTEMIS-1710 Allow management msgs to exceed global-max-size limit
----
---