NO-JIRA: Parse System properties first

This commit is contained in:
Clebert Suconic 2017-09-26 16:49:17 -04:00
parent f2f6fe250a
commit b2c5cb06ec
1 changed files with 2 additions and 2 deletions

View File

@ -504,6 +504,8 @@ public class ActiveMQServerImpl implements ActiveMQServer {
return;
}
configuration.parseSystemProperties();
/** Calling this for cases where the server was stopped and now is being restarted... failback, etc...*/
this.analyzer.clear();
@ -603,8 +605,6 @@ public class ActiveMQServerImpl implements ActiveMQServer {
this.getCriticalAnalyzer().addAction(criticalAction);
configuration.parseSystemProperties();
startDate = new Date();
state = SERVER_STATE.STARTING;