96979899100101102103104105106
_logger.debug("Rejecting: DT:" + deliveryTag + "-" + message.getMessage() + ": Requeue:" + body.getRequeue() + " on channel:" + channel.debugIdentity()); } message.reject(); if (body.getRequeue()) { channel.requeue(deliveryTag);
103104105106107108109110111112113
} // If we haven't requested message to be resent to this consumer then reject it from ever getting it. //if (!evt.getMethod().resend) { message.reject(); } if (body.getRequeue()) { channel.requeue(deliveryTag);