Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 325a927

Browse files
authored
Link fixed.
1 parent f7c96d1 commit 325a927

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/database-engine/service-broker/service-broker-dynamic-routing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ When Service Broker cannot find a route for a conversation, Service Broker check
2424

2525
## Creating the Broker Configuration Notice Service
2626

27-
To create a service for dynamic routing, create a service named **SQL/ServiceBroker/BrokerConfiguration** that accepts conversations on the contract **https://schemas.microsoft.com/SQL/ServiceBroker/BrokerConfigurationNotice**. You then create a route to the service in the routing table for database that will use dynamic routing.
27+
To create a service for dynamic routing, create a service named **SQL/ServiceBroker/BrokerConfiguration** that accepts conversations on the contract `https://schemas.microsoft.com/SQL/ServiceBroker/BrokerConfigurationNotice`. You then create a route to the service in the routing table for database that will use dynamic routing.
2828

29-
Requests for routes use the message type **https://schemas.microsoft.com/SQL/ServiceBroker/BrokerConfigurationNotice/MissingRoute**. The message is in XML format, and contains the name of the service for which routing information should be available.
29+
Requests for routes use the message type `https://schemas.microsoft.com/SQL/ServiceBroker/BrokerConfigurationNotice/MissingRoute`. The message is in XML format, and contains the name of the service for which routing information should be available.
3030

3131
For example, the following message is a request for a route to the service http://Adventure-Works.com/Elsewhere:
3232

@@ -48,4 +48,4 @@ Notice that, in either case, the application that implements the Broker Configur
4848

4949
## See also
5050

51-
- [Service Broker Routing](service-broker-routing.md)
51+
- [Service Broker Routing](service-broker-routing.md)

0 commit comments

Comments
 (0)