Skip to content

SQS Consuming Messages

SQS - Consuming MessagesΒΆ

  • Poll AWS SQS for messages (receive up to 10 messages at a time)
  • Process the message within the visibility timeout
  • Delete the message using the message ID & receipt handle