Details
-
Story
-
Status: Done
-
Minor
-
Resolution: Complete
-
None
-
None
-
3
-
518
-
Sprint 26
Description
If the rabbit source receives a message it can't convert, a MessageConversionException is thrown and the message is rejected (and requeued), causing an endless loop.
Add an ErrorHandler to the inbound adapter to detect and convert MCE to AmqpRejectAndDontRequeueException.
Also consider adding a retry interceptor to do the same for exceptions in modules (when using local transport).