其他分享
首页 > 其他分享> > [AWS DA Guru] SQS

[AWS DA Guru] SQS

作者:互联网

Pull-Based

SQS is pull-based, not pushed-based

256KB

Messages are 256 KB in size.

Text Data

Including XML, JSON, and unformatted text.

Guarantee

Messages will be processed at least once

Up to 14 Days

Messages can be kept in the queue from one minute to 14 days.

Default is Four Days

The default retention period is 4 days.

 

Features

Resole Scheduling Issues

 

Types of SQS

Standared Queues

 

FIFO Queues

 

 

Change the Visibility Timeout

 

Short Polling Versus Long Polling

Short Polling: A response is returned immediately even if no messages are in the queue. A cost per reponse.

Long Polling: Periodically polls the queue and only returns a response when a message is in the queue or the timeout is reached. Most cost effective option.

 

SQS Delay Queues

Postpone delivery of new message

When should you use a Delay Queue?

 

Delay Period

 


 

 

 

 

 

 

 

 

标签:delay,messages,Guru,SQS,AWS,Messages,queue,seconds
来源: https://www.cnblogs.com/Answer1215/p/14728760.html