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
JIRA: https://jira.spring.io/browse/AMQP-818
`errorHandler` and `returnExceptions` properties were not injected into class-level listeners.
**cherry-pick to 2.0.x**
Copy file name to clipboardExpand all lines: spring-rabbit/src/main/java/org/springframework/amqp/rabbit/annotation/RabbitListenerAnnotationBeanPostProcessor.java
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -356,7 +356,6 @@ private void processMultiMethodListeners(RabbitListener[] classLevelListeners, M
356
356
for (RabbitListenerclassLevelListener : classLevelListeners) {
0 commit comments