See: Description
| Interface | Description |
|---|---|
| FatalExceptionStrategy |
A strategy interface for the
ConditionalRejectingErrorHandler to
decide whether an exception should be considered to be fatal and the
message should not be requeued. |
| MessageListenerContainer |
Internal abstraction used by the framework representing a message
listener container.
|
| SimpleMessageListenerContainer.ContainerDelegate |
| Class | Description |
|---|---|
| AbstractMessageListenerContainer | |
| ActiveObjectCounter<T> | |
| BlockingQueueConsumer |
Specialized consumer encapsulating knowledge of the broker
connections and having its own lifecycle (start and stop).
|
| ConditionalRejectingErrorHandler |
ErrorHandler that conditionally wraps the Exception in an
AmqpRejectAndDontRequeueException if the configured rejection
strategy determines that the message is fatal and should not be requeued. |
| SimpleMessageListenerContainer |
| Exception | Description |
|---|---|
| AbstractMessageListenerContainer.SharedConnectionNotInitializedException |
Exception that indicates that the initial setup of this container's shared Rabbit Connection failed.
|
| ConsumerCancelledException |
Thrown when the broker cancels the consumer and the message
queue is drained.
|
| FatalListenerExecutionException |
Exception to be thrown when the execution of a listener method failed unrecoverably.
|
| FatalListenerStartupException |
Exception to be thrown when the execution of a listener method failed on startup.
|
| ListenerExecutionFailedException |
Exception to be thrown when the execution of a listener method failed.
|
| MessageRejectedWhileStoppingException |
Exception class that indicates a rejected message on shutdown.
|
| QueuesNotAvailableException |
This exception indicates that a consumer could not be started because none of
its queues are available for listening.
|