Forum Discussion

slotz's avatar
slotz
New Contributor
13 years ago

Using the System.Messaging.MessageQueue Object in C#Script

Hello, Below is an example of C# that will read a private MSMQ queue System.Messaging.MessageQueue queue = new System.Messaging.MessageQueue(".\\Private$\\MyPrivateQueue"); queue.Send("He...