Skip to content

Commit aec59dd

Browse files
authored
Update quorum-queues.md
FYI @michaelklishin slightly edited
1 parent e6d7abc commit aec59dd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

site/quorum-queues.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +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) replace durable [mirrored queues](ha.html), the original
26-
replicated queue type which is [now deprecated and scheduled for removal](https://blog.rabbitmq.com/posts/2021/08/4.0-deprecation-announcements/).
27-
A separate [migration guide](./migrate-mcq-to-qq.html) explains the options for installations that use
28-
classic mirrored queues.
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.
2926

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

0 commit comments

Comments
 (0)