NO-JIRA: Parse System properties first
This commit is contained in:
parent
f2f6fe250a
commit
b2c5cb06ec
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue