AbstractMessageListenerContainer
documentation and code disagree regarding log level
#30730
Labels
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Problem
The documentation for AbstractMessageListenerContainer says
it will log any such exception at the error level
, but the code inAbstractMessageListenerContainer
'sinvokeErrorHandler()
method logs with WARN level.Also reported in comments on this Stack Overflow answer: https://stackoverflow.com/a/8922645/6113915
Reproduce
Code to create error in JMS Listener and reproduce WARN log.
Log from above code:
The text was updated successfully, but these errors were encountered: