Skip to content

Commit 00f07dc

Browse files
Docs review
1 parent cd15635 commit 00f07dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

transports/sqs/delayed-delivery.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Amazon SQS Delayed Delivery
33
summary: Describes the native delayed delivery implementation in the SQS transport
44
component: Sqs
5-
reviewed: 2022-08-23
5+
reviewed: 2025-01-17
66
versions: '[4,]'
77
---
88

@@ -12,7 +12,7 @@ The SQS transport supports [delayed delivery](/nservicebus/messaging/delayed-del
1212

1313
partial: enable
1414

15-
Unrestricted delayed delivery must be enabled on the sender and receiver to be able to delay messages longer than 900 seconds.
15+
Unrestricted delayed delivery must be enabled on the sender and receiver to delay messages longer than 900 seconds.
1616

1717
| Scenario | Sender | Receiver | Supported |
1818
|-----------------------------|----------|----------|:-------------:|
@@ -28,15 +28,15 @@ Unrestricted delayed delivery must be enabled on the sender and receiver to be a
2828
> [!WARNING]
2929
> As the chart indicates, sending messages with a delay duration longer than 900 seconds to endpoints using versions 3 and below is not supported.
3030
31-
Unrestricted delayed delivery requires a FIFO queue for each endpoint that receives delayed messages. The transport handles creation of the FIFO queue automatically when [installers](/nservicebus/operations/installers.md) are enabled.
31+
Unrestricted delayed delivery requires a FIFO queue for each endpoint that receives delayed messages. The transport handles the creation of the FIFO queue automatically when [installers](/nservicebus/operations/installers.md) are enabled.
3232

3333
### Manual FIFO queue creation
3434

3535
If installers are not used, then the FIFO queue will need to be manually created.
3636

3737
The FIFO queue has the following requirements:
3838

39-
- The name must match the endpoint's input queue suffixed with `-delay.fifo`.
39+
- The name must match the endpoint's input queue, which is suffixed with `-delay.fifo`.
4040
- The Delivery Delay setting (DelaySeconds) should be set to 900 seconds.
4141
- The Message Retention Period should be set to at least 4 days.
4242
- A Redrive Policy must not be configured.
@@ -72,7 +72,7 @@ sequenceDiagram
7272
> FIFO queues are used to implement this feature because of their native support for de-duplication.
7373
7474
> [!WARNING]
75-
> The transport uses timestamps from the broker to avoid clock skew, but a discrepancy between broker and endpoint clocks still has potential to cause inaccurate delay calculation.
75+
> The transport uses timestamps from the broker to avoid clock skew, but a discrepancy between broker and endpoint clocks still has the potential to cause inaccurate delay calculation.
7676
7777
### Potential duplicate messages
7878

0 commit comments

Comments
 (0)