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
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