jbertram commented on code in PR #5533: URL: https://github.com/apache/activemq-artemis/pull/5533#discussion_r1980169962
########## docs/user-manual/management.adoc: ########## @@ -86,6 +86,7 @@ To do this use the `forceFailover()` operation. Since this method actually stops the server you will probably receive some sort of error depending on which management service you use to call it. ==== +* The effective configuration of the broker core can be exported as properties using `exportConfigAsProperties()`. This operation will write a file of the form `java.io.tmpDir/broker_config_as_properties.txt`. The content can provide an entry point for using xref:configuration-index.adoc#broker-properties[brokerProperties]. Review Comment: The correct value here is `java.io.tmpdir` (i.e. `dir` not `Dir`). It also might be good to clarify that is value is coming from a System property and what that value is expected to be (i.e. `<artemis_instance>/tmp`). -- 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: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact