Skip to content

Commit 7bc22cc

Browse files
committed
Change x-overlow to x-overflow
1 parent 66ac11e commit 7bc22cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blog/2023-03-02-quorum-queues-migration/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ The following changes needs to be made to this file before loading it back into
317317
new virtual host.
318318
2. Other changes that need to be applied to queue definitions:
319319
- Remove `x-max-priority` argument
320-
- Change `x-overlow` argument when it is set to `reject-publish-dlx`
320+
- Change `x-overflow` argument when it is set to `reject-publish-dlx`
321321
- Remove `x-queue-mode` argument
322322
- Change `durable` attribute to `true`
323323
3. Change the following keys in policies:

versioned_docs/version-3.13/migrate-mcq-to-qq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ Make the following changes to this file before loading it back into the NEW_VHOS
313313
new virtual host.
314314
2. Other changes that must be applied to queue definitions:
315315
- Remove the `x-max-priority` argument.
316-
- Change the `x-overlow` argument when it is set to `reject-publish-dlx`. Change it to `reject-publish`.
316+
- Change the `x-overflow` argument when it is set to `reject-publish-dlx`. Change it to `reject-publish`.
317317
- Remove the `x-queue-mode` argument.
318318
- Change the `durable` attribute to `true`.
319319
3. Change the following keys in the policies:

0 commit comments

Comments
 (0)