Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Updated the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Khmelnitsky committed Jul 16, 2019
1 parent 1b66f2c commit 8fe560b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc_source/FIFO-queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ FIFO queues also provide exactly\-once processing but have a limited number of t
**Note**
The name of a FIFO queue must end with the `.fifo` suffix\. The suffix counts towards the 80\-character queue name limit\. To determine whether a queue is [FIFO](#FIFO-queues), you can check whether the queue name ends with the suffix\.

For limits related to FIFO queues, see [Limits Related to Queues](sqs-limits.md#limits-queues)\.

For best practices of working with FIFO queues, see [Additional Recommendations for Amazon SQS FIFO Queues ](sqs-additional-fifo-queue-recommendations.md) and [Recommendations for Amazon SQS Standard and FIFO \(First\-In\-First\-Out\) Queues ](sqs-standard-fifo-queue-best-practices.md)\.

For information about compatibility of clients and services with FIFO queues, see [Compatibility](#FIFO-compatibility)\.
Expand Down
1 change: 1 addition & 0 deletions doc_source/sqs-document-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The following table lists changes to the *Amazon Simple Queue Service Developer

| Date | Documentation Update |
| --- | --- |
| July 11, 2019 | Revised the information in the following sections: [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-document-history.html) |
| June 22, 2019 | Fixed a broken link in the [How Can I Get Started with Amazon SQS?](welcome.md#get-started) section\. |
| May 30, 2019 | Revised the information in the following sections: [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-document-history.html) |
| May 15, 2019 | Revised the information in the following sections: [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-document-history.html) |
Expand Down
2 changes: 2 additions & 0 deletions doc_source/standard-queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ You can use standard message queues in many scenarios, as long as your applicati
+ **Allocate tasks to multiple worker nodes** – Process a high number of credit card validation requests\.
+ **Batch messages for future processing** – Schedule multiple entries to be added to a database\.

For limits related to standard queues, see [Limits Related to Queues](sqs-limits.md#limits-queues)\.

For best practices of working with standard queues, see [Recommendations for Amazon SQS Standard and FIFO \(First\-In\-First\-Out\) Queues ](sqs-standard-fifo-queue-best-practices.md)\.

**Topics**
Expand Down

0 comments on commit 8fe560b

Please sign in to comment.