fixing tests
This commit is contained in:
parent
1d407c2c3e
commit
154e9d610d
|
@ -84,6 +84,12 @@ public class LiveOnlyActivation extends Activation {
|
||||||
scaleDownServerLocator.close();
|
scaleDownServerLocator.close();
|
||||||
scaleDownServerLocator = null;
|
scaleDownServerLocator = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
activeMQServer.getNodeManager().stop();
|
||||||
|
}
|
||||||
|
catch (Throwable ignored) {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void freezeConnections(RemotingService remotingService) {
|
public void freezeConnections(RemotingService remotingService) {
|
||||||
|
|
Loading…
Reference in New Issue