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