Skip to content

Commit

Permalink
ARTEMIS-4909 use names that match original xml tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwin Dondorp authored and jbertram committed Aug 6, 2024
1 parent 5ab9765 commit 14b6800
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4689,7 +4689,7 @@ private static void setUnsetQueueParamsToDefaults(QueueConfiguration c) {

private void deployReloadableConfigFromConfiguration() throws Exception {
if (configurationReloadDeployed.compareAndSet(false, true)) {
ActiveMQServerLogger.LOGGER.reloadingConfiguration("security");
ActiveMQServerLogger.LOGGER.reloadingConfiguration("security settings");
securityRepository.swap(configuration.getSecurityRoles().entrySet());
recoverStoredSecuritySettings();

Expand Down

0 comments on commit 14b6800

Please sign in to comment.