fixing tests

This commit is contained in:
Clebert Suconic 2015-08-14 00:44:36 -04:00
parent 1d407c2c3e
commit 154e9d610d
1 changed files with 6 additions and 0 deletions

View File

@ -84,6 +84,12 @@ public class LiveOnlyActivation extends Activation {
scaleDownServerLocator.close();
scaleDownServerLocator = null;
}
try {
activeMQServer.getNodeManager().stop();
}
catch (Throwable ignored) {
}
}
public void freezeConnections(RemotingService remotingService) {