400401402403404405406407408409410
del.acknowledge(tx); if (deactivate) { queue.deactivate(); } } catch (Throwable t) { log.error("Failed to acknowledge " + del + " during recovery", t);
163164165166167168169170171172173
{ // Unbind po.removeBinding(queue.getName(), false); } queue.deactivate(); queue.unload(); //unregister counter String counterName = SUBSCRIPTION_MESSAGECOUNTER_PREFIX + queue.getName();
178179180181182183184185186187188
if (counter == null) { throw new IllegalStateException("Cannot find counter to unregister " + counterName); } queue.deactivate(); queue.unload(); started = false;
334335336337338339340341342343344
queue.handle(null, ref, tx); if (deactivate) { queue.deactivate(); } } } /**
198199200201202203204205206207208
{ //https://jira.jboss.org/jira/browse/JBMESSAGING-1698 log.warn("Cannot find counter to unregister " + counterName); } queue.deactivate(); queue.unload(); started = false;
336337338339340341342343344345346
402403404405406407408409410411412
203204205206207208209210211212213
189190191192193194195196197198199