clebertsuconic commented on code in PR #4228:
URL: https://github.com/apache/activemq-artemis/pull/4228#discussion_r976638456
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/config/impl/ConfigurationImpl.java:
##########
@@ -2848,6 +2849,19 @@ public Configuration
setSuppressSessionNotifications(boolean suppressSessionNoti
return this;
}
+ @Override
+ public String getStatus() {
+ return status;
+ }
+
+ // This value can reflect a desired state (revision) of config. Useful when
configurationFileRefreshPeriod > 0
Review Comment:
/** */
--
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]