Skip to content

Commit 7f3954e

Browse files
authored
Merge pull request #124427 from udidahan/patch-4
Link to the message bridge pattern
2 parents cfd3e0e + 7cd3469 commit 7f3954e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-integrate-with-rabbitmq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Here's a few scenarios in which we can make use of these capabilities:
1717
- **Hybrid Cloud**: Your company just acquired a third party that uses RabbitMQ for their messaging needs. They are on a different cloud. While they transition to Azure you can already start sharing data by bridging RabbitMQ with Azure Service Bus.
1818
- **Third-Party Integration**: A third party uses RabbitMQ as a broker, and wants to send their data to us, but they are outside our organization. We can provide them with SAS Key giving them access to a limited set of Azure Service Bus queues where they can forward their messages to.
1919

20-
The list goes on, but we can solve most of these use cases by bridging RabbitMQ to Azure.
20+
The list goes on, but we can solve most of these use cases by [bridging](/azure/architecture/patterns/messaging-bridge) RabbitMQ to Azure.
2121

2222
First you need to create a free Azure account by signing up [here](https://azure.microsoft.com/free/)
2323

0 commit comments

Comments
 (0)