This is a project that contains nice extras to complement spring-amqp.
=======
This is an implementation of the ErrorHandler interface that you can attach to SimpleMessageListenerContainer to log errors that occur when consuming messages.
Two classes that aid in message recovery when a message cannot be consumed are provided:
- ContentBasesMessageKeyGenerator - generates a unique key based on the message's content
- RepublishMessageRecoverer - publishes messages that erorred out to a specified exchange.