spring-cloud-stream
spring-cloud-stream copied to clipboard
Move only specific exception to DLQ in Spring Cloud Stream
I am using Spring Cloud Stream with AWS SQS. I've a use case where all exception except CustomException should move to DLQ. I am unable to find any reference for it. Can someone help here?