By combining pub\/sub and queueing components we are able to build resilient, scalable and fault-tolerant architecture with AWS<\/a>. This is an overview of AWS Simple Notification Service, Simple Queue Service and how they can be used in isolation or together to send persistent and immediate messages.<\/p>\n\n\n\n
What is SNS?<\/a>
When to use SNS<\/a>
What is SQS?<\/a>
When to use SQS<\/a>
When to use them together<\/a><\/p><\/blockquote>\n\n\n\n
\n\n\n\nWhat is SNS?<\/h2>\n\n\n\n
- SNS is a fully managed pub\/sub messaging service from AWS.<\/li>
- It is used in application integration and allows apps and services to communicate with messages when these are decoupled.<\/li>
- Messages are in JSON format and are pushed<\/strong> to subscribers.<\/li>
- ‘Topics’ are logical access points and allow recipients to subscribe to identical copies of the same message.<\/li>
- Notifications are then formatted for the protocol receiving the message and can be delivered as text messages, emails, and to SQS or HTTP endpoints.<\/li><\/ul>\n\n\n\n
\n\n\n\n