Skip to content

Commit e677388

Browse files
authored
Update quorum-queues.md
1 parent aec59dd commit e677388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/quorum-queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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 now.
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.
2626

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

0 commit comments

Comments
 (0)