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

Improve handling of failing exceptionHandler #6

Closed
mbknor opened this issue Jun 4, 2014 · 1 comment
Closed

Improve handling of failing exceptionHandler #6

mbknor opened this issue Jun 4, 2014 · 1 comment

Comments

@mbknor
Copy link
Owner

mbknor commented Jun 4, 2014

If the exceptionHandler is failing, we are not acking the message, nor waiting some time before retrying. This results in 100% CPU loop (re)processing the same message and failing every time.
Need to have special handling of this situation, and possibly add slowdown

@jhberges
Copy link

My 10 øre:
Configure redeliver policies (either through connection URL, or config object), then just throw an unchecked exception and let the broker (well, client libs) deal with it. :-)

@mbknor mbknor closed this as completed in 5e17ae0 Sep 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants