A package to consume messages from AWS SQS

go sqs sqs-consumer
1 Open Issue Need Help Last updated: Jul 13, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a new acknowledgment strategy for the AWS SQS consumer library in Go. This involves creating a new `Acknowledger` that uses `sqs.ChangeMessageVisibility` with a `VisibilityTimeout` of 0 to immediately re-queue failed messages, and updating the consumer configuration to allow users to select between the default strategy and this new 'immediate re-queue' strategy.

Complexity: 3/5
enhancement good first issue

A package to consume messages from AWS SQS

Go
#go#sqs#sqs-consumer