Skip to content

Instantly share code, notes, and snippets.

@konradko
Forked from bramswenson/sqs_notes.md
Created September 7, 2016 14:09
Show Gist options
  • Select an option

  • Save konradko/59a6ee74988de5c42bc24f8258fe3cee to your computer and use it in GitHub Desktop.

Select an option

Save konradko/59a6ee74988de5c42bc24f8258fe3cee to your computer and use it in GitHub Desktop.
Amazon SQS Notes

Amazon SQS Notes

Queue Structure

  • Queues are limited to 120000 in-flight messages (use more small queues instead of one large queue)
  • Queues may have any number of clients sending/receiving messages at once

Message Lifecycle

Message Structure

Message Processors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment