Ejemplo n.º 1
0
 public void basicReject(long deliveryTag, boolean requeue) throws IOException {
   delegate.basicReject(deliveryTag, requeue);
 }