263264265266267268269270271272273
{ refqueue = ref2.getQueue(); try { refqueue.cancel(ref2, timeBase); } catch (Exception e) { // There isn't much we can do besides log an error log.error("Couldn't cancel reference " + ref2, e);
295296297298299300301302303304305
{ refqueue = ref2.getQueue(); try { refqueue.cancel(ref2, timeBase); } catch (Exception e) { // There isn't much we can do besides log an error HornetQServerLogger.LOGGER.errorCancellingRefOnBridge(e, ref2);
285286287288289290291292293294295
259260261262263264265266267268269
292293294295296297298299300301302
293294295296297298299300301302303
204205206207208209210211212213214
for (MessageReference ref2 : list) { queue = ref2.getQueue(); queue.cancel(ref2, timeBase); } } public void stop() throws Exception
262263264265266267268269270271272
202203204205206207208209210211212