Skip to content

Commit acd1673

Browse files
author
Dina ABAKKALI
committed
docs(messaging): documentation for dead letter queue limits
1 parent 04de069 commit acd1673

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

identity-and-access-management/organizations-and-projects/additional-content/organization-quotas.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,10 @@ Note that in memory stream are not supported, please create your NATS stream usi
283283

284284
## Queues
285285

286-
Scaleway Queues is a product for creating managed messaging queues based on the [SQS](/serverless/messaging/concepts/#nats) protocol. The following usage limits are enforced as Organization quotas when using Scaleway NATS:
286+
Scaleway Queues is a product for creating managed messaging queues based on the [SQS](/serverless/messaging/concepts/#nats) protocol.
287+
A dead letter queue ([DLQ](/serverless/messaging/concepts/#dead-letter-queue)) is a type of queue, and all the limits that apply to regular queues also apply to DLQs.
288+
The following usage limits are enforced as Organization quotas when using Scaleway NATS:
289+
287290

288291
| Resource | Criteria | Limits | Scope |
289292
|------------------------------------------------|------------|----------|------------------|

serverless/messaging/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Credentials give services and platforms access to Scaleway NATS, Queues, and Top
2727

2828
## Dead Letter Queue
2929

30-
A **D**ead **L**etter **Q**ueue (DLQ), or **undelivered-message queue**, receives and holds messages that cannot be delivered to their destination queues. This concept is not yet implemented for Scaleway Queues.
30+
A **D**ead **L**etter **Q**ueue (DLQ), or **undelivered-message queue**, receives and holds messages that cannot be delivered to their destination queues. If you use the dead letter queue, and the storage quota is reached, messages won't be redriven to the DLQ until enough free space is available again. If you get in a situation where the quota is reached, you need to make some free space by receiving and deleting messages from any queue of your project.
3131

3232
## Fanout
3333

0 commit comments

Comments
 (0)