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

This language reference section contains descriptions of message queue programming elements.

Message Queue Functions

Message Queue Messages

Message Queue Structures

Remarks

Message Queuing uses memory-mapped files to hold queued messages. There is no upper limit; the queue is of infinite size (constrained by system memory). The files are each a fixed size of 4 MB, which is also the size limit of a Message Queuing message. The driver (Mqac.sys) maps the files to kernel memory address space when Message Queuing runtime sends or receives a message.

See Also

Other Resources

GWES Reference