简体   繁体   中英

AWS SQS queue sending messages directly to Dead Letter Queue

Did any one notice issue while consuming large number of messages from SQS Queues using spring boot listener. Some of the messages are going directly to Dead Letter Queue.

The messages in the Dead Letter Queue show the MessageDeliveryCount as 6 .

Please check the visibilityTimeout attribute in DLQ. When processing time exceeds this, messages will move to DLQ

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM