tags:

views:

515

answers:

2

Hi, How to send message to public queue of another computer msmq in c#?

Thanks in advance

A: 

You use a queue name like this:

FormatName:DIRECT=OS:machine\queue

Where machine is the name of the machine and queue is the name of the queue. Note that this will bypass all of the Active Directory routing and stuff that MSMQ normally does. Depending on your requirements, that may or may not be OK.

Dean Harding
A: 

GET HELP FROM THIS SITE ....I THINK THERE U WILL LEARN MUCH MORE......

http://msdn.microsoft.com/en-us/magazine/cc164041.aspx

OTHER WISE I COULD HAVE COPY PASTED

peril brain
maybe you should have copied and pasted instead of all caps.
MBonig