public void basicReject(long deliveryTag, boolean requeue) throws IOException {
   delegate.basicReject(deliveryTag, requeue);
 }