@Override public void acknowledge(JmsInboundMessageDispatch envelope, ACK_TYPE ackType, AsyncResult request) throws IOException, JMSException { next.acknowledge(envelope, ackType, request); }
@Override public void acknowledge(JmsSessionId sessionId, ACK_TYPE ackType, AsyncResult request) throws IOException, JMSException { next.acknowledge(sessionId, ackType, request); }