clebertsuconic commented on a change in pull request #3904:
URL: https://github.com/apache/activemq-artemis/pull/3904#discussion_r782451422



##########
File path: 
artemis-server/src/main/java/org/apache/activemq/artemis/core/config/impl/ConfigurationImpl.java
##########
@@ -429,8 +444,28 @@ public String getSystemPropertyPrefix() {
       return systemPropertyPrefix;
    }
 
+   public String getBrokerPropertiesSystemPropertyName() {
+      return brokerPropertiesSystemPropertyName;
+   }
+
+   public void setBrokerPropertiesSystemPropertyName(String 
brokerPropertiesSystemPropertyName) {
+      this.brokerPropertiesSystemPropertyName = 
brokerPropertiesSystemPropertyName;
+   }
+
    @Override
-   public Configuration parseSystemProperties() throws Exception {
+   public Configuration parseProperties() throws Exception {
+      final String propertiesConfigFileName = 
System.getProperty(getBrokerPropertiesSystemPropertyName());

Review comment:
       @gtully I didn't mean to ask for multiple properties file.. just the cli 
argument




-- 
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]


Reply via email to