Skip to content

Commit 360a43b

Browse files
Update articles/service-bus-messaging/service-bus-integrate-with-rabbitmq.md
Co-authored-by: Udi Dahan <[email protected]>
1 parent 56c81ec commit 360a43b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ By following the previous steps, you integrated areas of your org that were outs
129129

130130
In the end, messaging is about enabling connections, and with this technique we just opened a new one.
131131

132-
## Bridging other messaging systems
132+
## Advanced scenarios
133133

134-
If you need to connect Azure Service Bus with a wider range of messaging systems, the [NServiceBus Messaging Bridge](https://docs.particular.net/nservicebus/bridge/) offers a unified bridging approach that supports several enterprise messaging platforms beyond RabbitMQ.
134+
If you need support for patterns like [request-reply](/architecture/patterns/async-request-reply), whether that is initiated by the RabbitMQ side and replied from the Azure Service Bus side, or vice-versa, then more advanced tooling is needed. The [NServiceBus Messaging Bridge](https://docs.particular.net/nservicebus/bridge/) offers support for request-reply as well as [publish-subscribe](/architecture/patterns/publisher-subscriber), across multiple other message broker technologies.
135135

136136
## Next steps
137137

0 commit comments

Comments
 (0)