You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
- "At least once" -- each message is delivered at least once but maybe more. Keep that in mind
- First million SQS hits: free. 0.50 USD per million, per month, after that
- Single request can have from 1 to 10 messages.
* Change visibility timeout with the "ChangeMessageVisibility" method
* Enable LONG POLLING (20 secs) to wait for a message to become available. Raise an event as soon as a message arrives, good for saving money/requests.
* Has SNS integration, SQS subscribes to SNS topic. When SNS msg arrives, distribute msg to suscribed SQS queues. 1 SNS -> N SQS