Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.35.0
-
None
Description
When the broker.xml file is reloaded, the following logfile messages are produced:
2024-07-07 20:30:08,138 INFO [org.apache.activemq.artemis.core.server] AMQ221056: Reloading configuration: security 2024-07-07 20:30:08,140 INFO [org.apache.activemq.artemis.core.server] AMQ221056: Reloading configuration: address settings 2024-07-07 20:30:08,143 INFO [org.apache.activemq.artemis.core.server] AMQ221056: Reloading configuration: diverts 2024-07-07 20:30:08,150 INFO [org.apache.activemq.artemis.core.server] AMQ221056: Reloading configuration: addresses [...] 2024-07-07 20:30:08,151 INFO [org.apache.activemq.artemis.core.server] AMQ221056: Reloading configuration: bridges 2024-07-07 20:30:08,151 INFO [org.apache.activemq.artemis.core.server] AMQ221056: Reloading configuration: protocol services
in would be more consistent when the actual top-level XML tags are mentioned here as these are almost the same.
and it closer matches the documentation, see https://activemq.apache.org/components/artemis/documentation/latest/config-reload.html
proposing:
- security --> security-settings
- address settings --> address-settings
- diverts (already fine)
- addresses (already fine)
- bridges (already fine)
- protocol services --> this part is not documented in https://activemq.apache.org/components/artemis/documentation/latest/config-reload.html, let's not touch that now.
a PR is added.
Attachments
Issue Links
- links to