Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Reading messages in a queue can be done synchronously or asynchronously. Your receiving application can read the messages at the front of the queue, or use cursors to navigate through a queue to a specific message.

For examples on See

Synchronously reading messages from a queue

Reading Messages Synchronously (COM)

Asynchronously reading messages from a queue

Reading Messages Asynchronously (COM)

Using a cursor to peek at all the messages in a queue

Reading Messages Using a Cursor (COM)

See Also