Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello to all,

i am confused about routing in sql server service broker.
i want to communicate 2 instances on different servers.
1 instance name is abc and other is xyz\user.

what should be tcp route for both.

for first tcp://abc:4022 for second tcp://xyz\user:4022 is it right????
Posted

1 solution

The issue is resolved my self.

Sql server instance name is not used in tcp address. It should be the ip of the computer or the computer name.
so route for both should be

tcp://ip:4022
or
tcp://computername:4022
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900