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!

Messaging with MSMQ and Transactions

Scenario: Managed objects written in a NGWS runtime language (VB7) can send and receives messages from a MSMQ Queue.

MSMQ is a technology that allows users to take advantage of Message Queues. MSMQ Message Queues allow for: Create/Delete message queues; Send/Receive messages; Manage message queues.

Transactions are an important part of enterprise systems. MSMQ supports full DTC transactions for sending and receiving messages. MSMQ also supports internal MSMQ transactions. These transactions have limited abilities, but are optimized for performance in specific scenarios.