diff --git a/doc_source/FIFO-queues.md b/doc_source/FIFO-queues.md index 9871059..1eac087 100644 --- a/doc_source/FIFO-queues.md +++ b/doc_source/FIFO-queues.md @@ -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)\. diff --git a/doc_source/sqs-document-history.md b/doc_source/sqs-document-history.md index f052723..d0d9379 100644 --- a/doc_source/sqs-document-history.md +++ b/doc_source/sqs-document-history.md @@ -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) | diff --git a/doc_source/standard-queues.md b/doc_source/standard-queues.md index c15d41e..f93cbe3 100644 --- a/doc_source/standard-queues.md +++ b/doc_source/standard-queues.md @@ -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**