Skip to content

Commit c561e79

Browse files
Merge pull request #2282 from rabbitmq/lukebakken/typo-fix
Change `x-overlow` to `x-overflow`
2 parents 66ac11e + 7bc22cc commit c561e79

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)