Configuring queue parameters using the Amazon SQS console (original) (raw)

When creating or editing a queue, you can configure the following parameters:

Note

Using the console to configure the visibility timeout configures the timeout value for all of the messages in the queue. To configure the timeout for single or multiple messages, you must use one of the AWS SDKs.

To configure queue parameters for an existing queue (console)
  1. Open the Amazon SQS console athttps://console.aws.amazon.com/sqs/.
  2. In the navigation pane, choose Queues. Choose a queue and chooseEdit.
  3. Scroll to the Configuration section.
  4. For Visibility timeout , enter the duration and units. The range is 0 seconds to 12 hours. The default value is 30 seconds.
  5. For Message retention period, enter the duration and units. The range is 1 minute to 14 days. The default value is 4 days.
  6. For a standard queue, enter a value for Receive message wait time. The range is 0 to 20 seconds. The default value is 0 seconds, which sets short polling. Any non-zero value sets long polling.
  7. For Delivery delay, enter the duration and units. The range is 0 seconds to 15 minutes. The default value is 0 seconds.
  8. For Maximum message size, enter a value. The range is 1 KB to 256 KB. The default value is 256 KB.
  9. For a FIFO queue, choose Enable content-based deduplication to enable content-based deduplication. The default setting is disabled.
  10. (Optional) For a FIFO queue to enable higher throughput for sending and receiving messages in the queue, choose Enable high throughput FIFO.
    Choosing this option changes the related options (Deduplication scope and FIFO throughput limit) to the required settings for enabling high throughput for FIFO queues. If you change any of the settings required for using high throughput FIFO, normal throughput is in effect for the queue, and deduplication occurs as specified. For more information, see High throughput for FIFO queues in Amazon SQS and Amazon SQS message quotas.
  11. For Redrive allow policy, choose Enabled. Select from the following: Allow all (default), By queue or Deny all. When choosing By queue, specify a list of up to 10 source queues by the Amazon Resource Name (ARN).
  12. When you finish configuring the queue parameters, chooseSave.

Testing attribute-based access control

Configuring an access policy

Did this page help you? - Yes

Thanks for letting us know we're doing a good job!

If you've got a moment, please tell us what we did right so we can do more of it.

Did this page help you? - No

Thanks for letting us know this page needs work. We're sorry we let you down.

If you've got a moment, please tell us how we can make the documentation better.