Fix BackupAuthenticationTest
This commit is contained in:
parent
8263ef2f98
commit
ba1c83e1ed
|
@ -601,7 +601,9 @@ public class ActiveMQServerImpl implements ActiveMQServer {
|
|||
}
|
||||
|
||||
public void resetNodeManager() throws Exception {
|
||||
nodeManager.stop();
|
||||
if (nodeManager != null) {
|
||||
nodeManager.stop();
|
||||
}
|
||||
nodeManager = createNodeManager(configuration.getJournalLocation(), true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue