Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.17.0
-
None
-
None
Description
How to reproduce:
- Have perfectly fine working AMQ Artemis broker.
- Create myAddress address in any way you can.
- Open web form, in "Web console --> broker (from tree view) --> Operations (tab) --> addAddressSettings (first item in the list)".
- Add settings you want, but forget to update "pageSizeBytes" and "maxSizeBytes". These fields will be by default set to "0".
- Save settings.
- Restart broker and get the following error instead (broker is not starting):
ERROR [org.apache.activemq.artemis.core.server] AMQ224000: Failure in initialisation: java.lang.IllegalStateException: java.lang.IllegalStateException: pageSize for address myAddress >= maxSize. Normally pageSize should be significantly smaller than maxSize, ms: 0 ps 0
It's impossible to fix this, because broker is not starting and values in broker.xml are being ignored...