gtully commented on code in PR #4440:
URL: https://github.com/apache/activemq-artemis/pull/4440#discussion_r1172763610
##########
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Run.java:
##########
@@ -133,6 +133,8 @@ public void deActivate() {
broker.components.add(broker.web);
}
+
server.getServer().getConfiguration().parsePrefixedProperties(broker.web,
"web", System.getProperties(),
ActiveMQDefaultConfiguration.getDefaultWebPropertyPrefix());
Review Comment:
I was sort of combining them for the name that identifies where the
properties come from. system-<prefix> may get us there. It only shows up in the
status.
--
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]