Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Asigning an IP to an MSMQ application

Status
Not open for further replies.

OC2

IS-IT--Management
Apr 2, 2001
59
0
0
SG
Hi,
Currently learning about MSMQ and was wondering if i could set the pathname of the msmq queue to a remote server using an ip address.

Currently setting the pathname to a local computer uses the following code,

#If bUseDS Then
oQInfo.PathName = ".\TestingQueue"
#Else
oQInfo.PathName = ".\PRIVATE$\TestingQueue"
#End If

Could someone pls help to add whats missing to setup a remote pathname using an ip please.

I have read somewhere it isnt possible, so im here mainly for a second opinion

thx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top