NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MessageQueue Programming Architecture

The MessageQueue component uses these portions of the NGWS frameworks namespaces:

If you are creating your MessageQueue components in code, you may need to add a reference to System.Messaging to your build command.

Key Programming Elements in the MessageQueue Base Class

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

You can get detailed information about the configuration of your message queue network by using Message Queuing Explorer, which is installed automatically with Message Queuing.

See Also

Incorporating Messaging Into Applications  | Adding and Removing References | Creating MessageQueue Components