首页 > 其他 > 详细

SQS Queues and SNS Notifications – Now Best Friends

时间:2019-08-28 14:09:59      阅读:196      评论:0      收藏:0      [点我收藏+]

The Amazon Simple Queue Service (SQS) and the Amazon Simple Notification Service (SNS) are important “glue” components for scalable, cloud-based applications (see the Reference Architectures in the AWS Architecture Center to learn more about how to put them to use in your own applications).

One common design pattern is called “fanout.” In this pattern, a message published to an SNS topic is distributed to a number of SQS queues in parallel. By using this pattern, you can build applications that take advantage parallel, asynchronous processing. 

技术分享图片

https://aws.amazon.com/blogs/aws/queues-and-notifications-now-best-friends/

 

SQS Queues and SNS Notifications – Now Best Friends

原文:https://www.cnblogs.com/cloudrivers/p/11423621.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!