MessageQueue Programming Architecture

When you add an instance of the MessageQueue component to your form or designer, the references and import statements you need to access these namespaces and classes are automatically created. However, if you are creating your MessageQueue components in code, you might need to create a reference to System.Messaging and add a statement to your project importing (in Visual Basic) or using (in C#) that namespace.

You can use the following methods to interact with an instance of the MessageQueue component:

Method Function
Create To create a new message queue using the path you specify.
Delete To delete an existing queue.
Exists To see whether a particular message queue exists.
GetPublicQueues To locate message ...

Get Special Edition Using® Microsoft® ASP.NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.