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!

Creating a Transactional Queue

A transactional queue is one that is created for the specific purpose of receiving and processing transactional messages. In the NGWS frameworks, you are not limited to sending transactional messages only to transactional queues as you are in Microsoft Message Queuing, but you may still have cause to create transactional queues and manipulate their properties. For example, transactional queues provide some advantages over non-transactional queues in processing transactions: they are more reliable, ensure one-time delivery, and can coordinate transactions with other resource managers such as OLEDB and ODBC.

To create a transactional queue

See Also

Reading and Receiving Messages | Transactional Message Processing | Sending Messages Within an Internal Transaction | Creating Queues