Hi, How to send message to public queue of another computer msmq in c#?
Thanks in advance
Hi, How to send message to public queue of another computer msmq in c#?
Thanks in advance
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.
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