Example usage for org.springframework.amqp.rabbit.retry MessageRecoverer interface-usage

List of usage examples for org.springframework.amqp.rabbit.retry MessageRecoverer interface-usage

Introduction

In this page you can find the example usage for org.springframework.amqp.rabbit.retry MessageRecoverer interface-usage.

Usage

From source file org.springframework.amqp.rabbit.retry.RejectAndDontRequeueRecoverer.java

/**
 * MessageRecover that causes the listener container to reject
 * the message without requeuing. This enables failed messages
 * to be sent to a Dead Letter Exchange/Queue, if the broker is
 * so configured.
 *

From source file org.springframework.amqp.rabbit.retry.RepublishMessageRecoverer.java

/**
 * {@link MessageRecoverer} implementation that republishes recovered messages
 * to a specified exchange with the exception stack trace stored in the
 * message header x-exception.
 * <p>
 * If no routing key is provided, the original routing key for the message,

From source file jp.co.ctc_g.jse.core.amqp.retry.ExceptionMessageExchanger.java

/**
 * <p>
 * ????{@link MessageRecoverer}????
 * </p>
 * <p>
 * ?????????????