Details
Description
When onCompletion work on beforeConsumer mode, if before the onCompletion processing there already had a exception in exchange, and some exception happens in onCompletion processing too. than the exception happened in onCompletion processing is lost.
But, the exception should not be lost, it should be suppressed.
For details see PR https://github.com/apache/camel/pull/10944