spring-cloud-stream icon indicating copy to clipboard operation
spring-cloud-stream copied to clipboard

Move only specific exception to DLQ in Spring Cloud Stream

Open IIDarkKnightII opened this issue 3 years ago • 0 comments

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?

IIDarkKnightII avatar Dec 12 '22 10:12 IIDarkKnightII