MSMQ
C#
4
Posts
2
Posters
0
Views
1
Watching
-
Hi all, Has anyone worked on MSMQ? if yes, can please tell me how to send and receive msgs to machines which are in the workgroup? Thanks Pramod
There is a good article on msdn: Accessing Message Queues[^] Akif
-
There is a good article on msdn: Accessing Message Queues[^] Akif
-
Thanks for the link, I have already visited that link, I have also written small program for the same but now i want to send and receive msgs to another machine in the Workgroup. Thanks and Regards, Pramod
Use "FormatName:DIRECT=OS:machinename\private$\queuename" to specify path of MSMQ on other machines. For the limitations of the private queues, you can check msdn or ask here. Akif