Skip to content

Commit 221e659

Browse files
Merge branch 'v3.11.x' into live
Conflicts: site/documentation.md site/ha.md site/oauth2.md site/quorum-queues.md
2 parents 6ad117f + 44c8165 commit 221e659

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

site/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ for the original RabbitMQ protocol.
147147
### Replicated Queue Types, Streams, High Availability
148148

149149
* [Quorum Queues](quorum-queues.html): a modern highly available replicated queue type
150-
* [Migrating RabbitMQ Mirrored Classic Queues to Quorum Queues](./migrate-mcq-to-qq.html)
150+
* [Migrating Mirrored Classic Queues to Quorum Queues](./migrate-mcq-to-qq.html)
151151
* [Streams](streams.html): a messaging abstraction that allows for repeatable consumption
152152
* [RabbitMQ Stream plugin](stream.html): the plugin and binary protocol behind RabbitMQ streams
153153

site/ha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121

2222
This guide covers a [**deprecated and scheduled for removal feature**](https://blog.rabbitmq.com/posts/2021/08/4.0-deprecation-announcements/): mirroring (queue contents replication) of classic queues.[Quorum queues](quorum-queues.html) are an alternative to mirrored classic queues.
2323

24-
Quorum queues are a more advanced queue type, which offers high availability using replication and focuses on data safety. From RabbitMQ 3.10, quorum queues [support message TTL](https://blog.rabbitmq.com/posts/2022/05/rabbitmq-3.10-release-overview/) and provide [higher throughput and more stable latency](https://blog.rabbitmq.com/posts/2022/05/rabbitmq-3.10-performance-improvements/) compared to mirrored classic queues. Use the [Migrate your RabbitMQ Mirrored Classic Queues to Quorum Queues](./migrate-mcq-to-qq.html) information for options for your RabbitMQ installations that currently use classic mirrored queues and require an alternative.
24+
Quorum queues are a more advanced queue type, which offers high availability using replication and focuses on data safety. From RabbitMQ 3.10, quorum queues [support message TTL](https://blog.rabbitmq.com/posts/2022/05/rabbitmq-3.10-release-overview/) and provide [higher throughput and more stable latency](https://blog.rabbitmq.com/posts/2022/05/rabbitmq-3.10-performance-improvements/) compared to mirrored classic queues. You can [Migrate your RabbitMQ Mirrored Classic Queues to Quorum Queues](./migrate-mcq-to-qq.html) now.
2525

2626
[Streams](streams.html) is a messaging data structure available as of [RabbitMQ 3.9](changelog.html),
2727
and is also replicated.

site/quorum-queues.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ limitations under the License.
2222
The quorum queue is a modern queue type for RabbitMQ implementing a durable,
2323
replicated FIFO queue based on the [Raft consensus algorithm](https://raft.github.io/).
2424

25-
Quorum queues and [streams](./streams.html) now replace the original, replicated [mirrored classic queue](ha.html). Mirrored classic queues are [now deprecated and scheduled for removal](https://blog.rabbitmq.com/posts/2021/08/4.0-deprecation-announcements/). Use the [Migrate your RabbitMQ Mirrored Classic Queues to Quorum Queues](./migrate-mcq-to-qq.html) information for options for your RabbitMQ installations that currently use classic mirrored queues and require an alternative.
25+
Quorum queues and [streams](./streams.html) now replace the original, replicated [mirrored classic queue](ha.html). Mirrored classic queues are [now deprecated and scheduled for removal](https://blog.rabbitmq.com/posts/2021/08/4.0-deprecation-announcements/).
26+
Use the [Migrate your RabbitMQ Mirrored Classic Queues to Quorum Queues](./migrate-mcq-to-qq.html) guide for migrating
27+
RabbitMQ installations that currently use classic mirrored queues.
2628

2729
Quorum queues are optimized for [set of use cases](#use-cases) where [data safety](#data-safety) is
2830
a top priority. This is covered in [Motivation](#motivation).

0 commit comments

Comments
 (0)