What is Amazon SQS?

preview_player
Показать описание
The Amazon Simple Queue Service (SQS) is a message queueing service from Amazon Web Services (AWS). Amazon SQS is used for "store and forward" architecture patterns where a service places a message into a queue and another application component subsequently retrieves and processes the message. This is useful for decoupling applications to reduce dependencies and performance constraints.

In this video from my brand NEW AWS Certified Solutions Architect Associate (SAA-C02) course, you'll learn why Amazon SQS is useful, how it is used, and how it can be configured.

Apply coupon code "youtube" for a 10% discount.

If you find this helpful, please SUBSCRIBE to our channel!

If you have any questions feel free to leave a comment!
Рекомендации по теме
Комментарии
Автор

Also in explanation about long polling, it is worth to mention that long polling queries all the servers.

altyco
Автор

Great video... you explained all the concepts in a straighforward and easy to understand manner.

tommugema
Автор

Great video! Very useful slides. I screenshot'ed them to save in my notes.

joeygarcia
Автор

Nice video, but you mixed Default visibility timeout and delay seconds

elborango
Автор

Great Explanation. Have a quick question. I have multiple queues where the poller should be fetching the messages from all of them based on some priority. And the priority would be like this - for example 1st queue having only 2 messages, 2nd queue having 100 messages and 3rd queue having 1000 messages then I want the poller to initially poll the queue which has less number of messages i.e here the poller should initially poll 1st queue then the 2nd and then the 3rd. How can this be achieved.

Erica-upxm