POSIX message queue server (QNX)
Mqueue [-anmrbd] [-s message size] [-S read_buffer_size] [-x max messages]
The following specify general behavior for the server:
The following specify which non-POSIX flags will be ORed into the mq_flags of a message queue if no structure is specified in the mq_open() call:
The following specify what values other fields of the mq_attr structure will default to if no structure is specified in the mq_open() call:
The Mqueue manager is a POSIX 1003.1b message queue server which provides both the standard I/O API and the POSIX 1003.1b message queue API to the programmer. The command-line options allow the default attributes of a queue to be set very explicitly. In the event that a queue is to be created, and the new attributes have not been specified, the defaults specified on the command line will be used.
You must be logged in as root to start Mqueue. |
mq_*() functions