mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-06 01:59:00 +00:00
This closes #1121
This commit is contained in:
commit
784db37ced
@ -97,10 +97,10 @@ public final class PagingManagerImpl implements PagingManager {
|
||||
|
||||
@Override
|
||||
public void onChange() {
|
||||
reaplySettings();
|
||||
reapplySettings();
|
||||
}
|
||||
|
||||
private void reaplySettings() {
|
||||
private void reapplySettings() {
|
||||
for (PagingStore store : stores.values()) {
|
||||
AddressSettings settings = this.addressSettingsRepository.getMatch(store.getAddress().toString());
|
||||
store.applySetting(settings);
|
||||
|
Loading…
x
Reference in New Issue
Block a user