コード例 #1
0
 @Override
 public void acknowledge(JmsInboundMessageDispatch envelope, ACK_TYPE ackType, AsyncResult request)
     throws IOException, JMSException {
   next.acknowledge(envelope, ackType, request);
 }
コード例 #2
0
 @Override
 public void acknowledge(JmsSessionId sessionId, ACK_TYPE ackType, AsyncResult request)
     throws IOException, JMSException {
   next.acknowledge(sessionId, ackType, request);
 }