Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistent Error handling in MessageChannel implementations [SPR-14323] #18895

Closed
spring-projects-issues opened this issue Jun 1, 2016 · 0 comments
Assignees
Labels
in: messaging Issues in messaging modules (jms, messaging) status: backported An issue that has been backported to maintenance branches type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Jun 1, 2016

Juergen Hoeller opened SPR-14323 and commented

In contrast to AbstractMessageChannel, our ExecutorSubscribableChannel does not consistently wrap handler-thrown Errors in a MessageDeliveryException: It propagates the latter to ExecutorChannelInterceptors but rethrows the plain Error. Let's align this for 4.3.


Affects: 4.2.6, 4.3 RC2

Issue Links:

Backported to: 4.2.7

@spring-projects-issues spring-projects-issues added in: messaging Issues in messaging modules (jms, messaging) status: backported An issue that has been backported to maintenance branches type: enhancement A general enhancement labels Jan 11, 2019
@spring-projects-issues spring-projects-issues added this to the 4.3 GA milestone Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: messaging Issues in messaging modules (jms, messaging) status: backported An issue that has been backported to maintenance branches type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants