aws_sqs: ignore message when processed #21903
Unanswered
lukasmrtvy
asked this question in
Q&A
Replies: 1 comment 1 reply
-
No, I don't believe it is possible to ignore a message. The source will attempt to process all messages in the specified queue. If it fails to process the message a certain number of times you can have AWS send it to a dead letter queue (see https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey. Is it possible to ignore a message without using
delete_message: true
?Beta Was this translation helpful? Give feedback.
All reactions