Skip to content

Commit

Permalink
Update advantages / high-availability link
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontaylordev authored Feb 14, 2025
1 parent c327b47 commit ea25972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transports/rabbitmq/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: RabbitMQ Transport
summary: An overview of the RabbitMQ transport, learn how to configure and use RabbitMQ as a transport in NServiceBus
reviewed: 2022-10-19
reviewed: 2025-02-14
component: Rabbit
related:
- samples/rabbitmq/simple
Expand Down Expand Up @@ -54,7 +54,7 @@ See the [routing topology documentation](/transports/rabbitmq/routing-topology.m

### Advantages

* Provides [native reliability](https://www.rabbitmq.com/reliability.html) and [high-availability](https://www.rabbitmq.com/ha.html) features.
* Provides [native reliability](https://www.rabbitmq.com/reliability.html) and [high-availability](https://www.rabbitmq.com/docs/quorum-queues#availability) features.
* Offers a native publish-subscribe mechanism; therefore it doesn't require NServiceBus persistence for storing event subscriptions.
* Wide range of [supported clients](https://www.rabbitmq.com/devtools.html) allows for integrating the system with applications written in other languages using native RabbitMQ features.
* Supports the [competing consumers](https://www.enterpriseintegrationpatterns.com/patterns/messaging/CompetingConsumers.html) pattern out of the box. Messages are received by instances in a round-robin fashion without additional configuration.
Expand Down

0 comments on commit ea25972

Please sign in to comment.