Error
s are not handled when thrown in an SQS listener
#1379
Labels
Error
s are not handled when thrown in an SQS listener
#1379
Type: Bug
Component: SQS
Describe the bug
Error
s thrown in SQS listeners aren't picked up byio.awspring.cloud.sqs.listener.errorhandler.ErrorHandler
s. Instead an exception is thrown:java.lang.IllegalArgumentException: No ListenerExecutionFailedException found to unwrap messages.
. Because the methods defined by the interface acceptThrowable
s I assume that it is intended forError
s to be handleable.I'm using
io.awspring.cloud:spring-cloud-aws-starter-sqs
version 3.3.0.Sample
Thank you!
The text was updated successfully, but these errors were encountered: