160161162163164165166167168169170
if (HornetQResourceAdapter.trace) { HornetQResourceAdapter.log.trace("endpointDeactivation(" + endpointFactory + ", " + spec + ")"); } HornetQActivation activation = activations.remove(spec); if (activation != null) { activation.stop(); } }