You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,15 +28,15 @@ Unrestricted delayed delivery must be enabled on the sender and receiver to be a
28
28
> [!WARNING]
29
29
> As the chart indicates, sending messages with a delay duration longer than 900 seconds to endpoints using versions 3 and below is not supported.
30
30
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.
32
32
33
33
### Manual FIFO queue creation
34
34
35
35
If installers are not used, then the FIFO queue will need to be manually created.
36
36
37
37
The FIFO queue has the following requirements:
38
38
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`.
40
40
- The Delivery Delay setting (DelaySeconds) should be set to 900 seconds.
41
41
- The Message Retention Period should be set to at least 4 days.
42
42
- A Redrive Policy must not be configured.
@@ -72,7 +72,7 @@ sequenceDiagram
72
72
> FIFO queues are used to implement this feature because of their native support for de-duplication.
73
73
74
74
> [!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.
0 commit comments