Skip to content

Commit 0890a2a

Browse files
Update sample.md (#7244)
* Update sample.md * Update samples/bridge/sql-multi-instance/sample.md * Fix broken link --------- Co-authored-by: Bob Langley <[email protected]>
1 parent c826c88 commit 0890a2a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

samples/bridge/sql-multi-instance/sample.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Multi-Instance Mode
3-
summary: SQL Server transport running in multi-instance mode using Bridge
4-
reviewed: 2023-07-04
3+
summary: SQL Server Transport Running in Multi-Instance Mode using Bridge
4+
reviewed: 2025-06-30
55
component: Bridge
66
related:
77
- nservicebus/bridge
88
- transports/sql
99
- transports/sql/deployment-options
1010
---
1111

12-
This is sample shows how to use the [NServiceBus Messaging Bridge](/nservicebus/bridge/) instead of the deprecated [SQL Server transport multi-instance mode](/transports/upgrades/sqlserver-31to4.md#multi-instance-mode).
12+
This sample shows how to use the [NServiceBus Messaging Bridge](/nservicebus/bridge/) instead of the deprecated [SQL Server transport multi-instance mode](/transports/upgrades/sqlserver-31to4.md#multi-instance-mode).
1313

1414
## Prerequisites
1515

@@ -57,7 +57,8 @@ The receiver mimics a back-end system. It is configured to use the SQL Server tr
5757

5858
snippet: ReceiverConfiguration
5959

60-
Note that the endpoint configuration contains no routing information, as the response message is a regular reply and NServiceBus, together with the bridge, will take care of all the routing with reply messages. The receiver replies with `ClientOrderResponse` back to the sender.
60+
> [!NOTE]
61+
> The endpoint configuration contains no routing information. The receiver responds to the sender with a `ClientOrderResponse` message using the [Reply method](/nservicebus/messaging/reply-to-a-message.md). Using this method, NServiceBus, together with the bridge, handles the routing of reply messages without any additional configuration.
6162
6263
snippet: Reply
6364

@@ -67,4 +68,4 @@ The bridge is configured with two transports. As both transports are of the same
6768

6869
snippet: BridgeConfiguration
6970

70-
Both transports have the endpoints defined on their side and as a result, the bridge will mimic those endpoints on the other side. This way it becomes transparent to actual endpoints on either side that those endpoints are actually bridged.
71+
Both transports have the endpoints defined on their side. As a result, the bridge will mimic those endpoints on the other side. This way, it becomes transparent to actual endpoints on either side that those endpoints are bridged.

0 commit comments

Comments
 (0)