165166167168169170171172173174175
log.debug("Dispatching message: " + msg); } int[] consumerNos = new int[1]; consumerNos[0] = subscription.getConsumerNumber(); msg.setConsumerNos(consumerNos); client.dispatch(msg); dispatched = true; } } } return dispatched;