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