How to handle exception in Spring cloud stream with deal letter queue? How to deal with invalid message format in Spring Cloud Stream?
Sample Data:
{
"event": "VERIFY_Credit_Card",
"creditCardVerificationStatus": [
{
"firstName": "John",
"lastName": "Roy",
"annualIncome": 9999,
"address": "Bang",
"refId": "0phNsblPHB",
"status": "APPROVED"
}
]
}