jbertram commented on code in PR #4683:
URL: https://github.com/apache/activemq-artemis/pull/4683#discussion_r1406511051
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/management/impl/ActiveMQServerControlImpl.java:
##########
@@ -3596,6 +3534,41 @@ public void addAddressSettings(final String address,
}
+ @Override
+ public String addAddressSettings(String address, String
addressSettingsConfigurationAsJson) throws Exception {
+ if (AuditLogger.isBaseLoggingEnabled()) {
+ AuditLogger.addAddressSettings(this.server,
addressSettingsConfigurationAsJson);
+ }
+ checkStarted();
+
+ clearIO();
+
+ try {
+ // when the QueueConfiguration is passed through createQueue all of
its defaults get set which we return to the caller
Review Comment:
This comment is incorrect.
--
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]