Tweak BrokerRunning so that static use isn't prevented

This commit is contained in:
Dave Syer
2010-11-16 09:56:46 +00:00
parent e802a02f41
commit 31a164e4c0

View File

@@ -128,7 +128,6 @@ public class BrokerRunning extends TestWatchman {
if (isDefaultQueue(queueName)) {
// Just for test probe.
admin.deleteQueue(queueName);
queue = null;
}
brokerOffline = false;
if (!assumeOnline) {