gtully commented on code in PR #5923: URL: https://github.com/apache/activemq-artemis/pull/5923#discussion_r2352637315
########## docs/user-manual/configuration-index.adoc: ########## @@ -129,10 +129,13 @@ With great power one must take great care! The `artemis run` command script supports `--properties <properties file url>`, where a properties file can be configured. -NOTE: one shortcoming of this method of configuration is that any property that does not match is ignored with no fanfare. -Enable debug logging for `org.apache.activemq.artemis.core.config.impl.ConfigurationImpl` to get more insight. +There is a related xref:management.adoc#server-management[server management operation] `exportConfigAsProperties` that will export the current configuration as broker properties. Use this to get a better understanding of how properties apply to the broker configuration and how they map from xml. -There is a related xref:management.adoc#server-management[server management operation], `exportConfigAsProperties` that will export the current configuration as broker properties. Use this to get a better understanding of how properties apply to the broker configuration and how they map from xml. +==== Error reporting +The free form text format of a java properties file and the inexact mapping from xml attribute to key=value can make it tricky to correctly configure broker properties. +Properties that don't match or fail to appy are tracked through the status attribute of the broker, visible through the xref:management.adoc#server-management[server management operation] `getStatus`. Review Comment: Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
