You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-rabbit/src/main/java/org/springframework/amqp/rabbit/listener/AbstractMessageListenerContainer.java
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -465,13 +465,21 @@ public MessageListener getMessageListener() {
465
465
/**
466
466
* Set an ErrorHandler to be invoked in case of any uncaught exceptions thrown while processing a Message. By
467
467
* default, a {@link ConditionalRejectingErrorHandler} with its default list of fatal exceptions will be used.
0 commit comments