170171172173174175176177178179180
if (counter == null) { throw new IllegalStateException("Cannot find counter to unregister " + counterName); } queue.deactivate(); queue.unload(); started = false; log.info(this + " stopped");