amazon - AWS 之 SQS消息队列介绍

1.AWS SQS CLI 官方文档 与 参考资料

aws sqs cli官方文档 https://docs.aws.amazon.com/cli/latest/reference/sqs/index.html

Amazon SQS:https://aws.amazon.com/cn/sqs/    ##介绍文档

Amazon SQS Documentation:https://docs.aws.amazon.com/sqs/index.html

Amazon SQS Developer Discussion Forum:https://forums.aws.amazon.com/forum.jspa?forumID=12

Amazon SQS 首页:https://aws.amazon.com/cn/sqs/getting-started/

2.AWS SQS SDK for python(用boto3库)

python sqs boto3 lib :

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sqs.html

https://boto3.amazonaws.com/v1/documentation/api/latest/guide/sqs-example-sending-receiving-msgs.html

https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_AddPermission.html

https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ReceiveMessage.html

Amazon SQS短期和长期轮询

https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-short-and-long-polling.html#sqs-short-polling

猜你喜欢

转载自blog.csdn.net/helunqu2017/article/details/115221497