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.
|
| RabbitListenerContainerFactory<C extends MessageListenerContainer> |
Factory of
MessageListenerContainer based on a
RabbitListenerEndpoint definition. |
| RabbitListenerEndpoint |
Model for a Rabbit listener endpoint.
|
| SimpleMessageListenerContainer.ContainerDelegate |
| Class | Description |
|---|---|
| AbstractMessageListenerContainer | |
| AbstractRabbitListenerEndpoint |
Base model for a Rabbit listener endpoint
|
| 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. |
| MethodRabbitListenerEndpoint |
A
RabbitListenerEndpoint providing the method to invoke to process
an incoming message for this endpoint. |
| MultiMethodRabbitListenerEndpoint | |
| RabbitListenerEndpointRegistrar |
Helper bean for registering
RabbitListenerEndpoint with
a RabbitListenerEndpointRegistry. |
| RabbitListenerEndpointRegistry |
Creates the necessary
MessageListenerContainer instances for the
registered endpoints. |
| SimpleMessageListenerContainer |
| Exception | Description |
|---|---|
| AbstractMessageListenerContainer.SharedConnectionNotInitializedException |
Exception that indicates that the initial setup of this container's shared Rabbit Connection 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.
|