|
-
May 4th, 2004, 08:52 AM
#1
Thread Starter
Member
MSMQ OpenQueue Method
If I want to read queue on another machine in the same domain, how do I specify 'queuepathname' parameter in the openqueue method?
I have tried IP/path, machine_name/path etc... no luck...
FYI... protocol is TCP
Thanks,
Tom
Tom
This is why I'm forcing my son to become a vet...

-
May 5th, 2004, 06:58 AM
#2
Thread Starter
Member
Found it...
Just FYI...
When opening a queue on a remote machine, must use the FormatName property of the QueueInfo obj. ("Direct" spec)
Dim qinfo As New MSMQQueueInfo
'qinfo.FormatName = "DIRECT=TCP:" & QueuePath
Hope it helps someone.
Tom
Tom
This is why I'm forcing my son to become a vet...

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|