简体   繁体   English

s3-文件上传-多个sqs队列中的消息

[英]s3 - file uploaded - message in multiple sqs queues

i want to be notified when file is uploaded to my s3 bucket. 我想在文件上传到我的s3存储桶时收到通知。 I know I can have sqs message or sns notification. 我知道我可以收到sqs消息或sns通知。 What I need is a message send to multiple sqs queues. 我需要的是一条消息发送到多个sqs队列。 Is it possible? 可能吗?

You can configure a SNS topic which will get the message when there is a upload to s3 bucket. 您可以配置一个SNS主题,当将其上传到s3存储桶时,它将获得消息。
Then subscribe all the SQS queues to that SNS topic. 然后将所有SQS队列订阅到该SNS主题。 See this . 看到这个

您可以对SNS或SQS使用s3通知服务http://aws.amazon.com/blogs/aws/s3-event-notification/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM