Message queues

QNX SDP8.0User's GuideUser

The number of message queues is limited by the -n option to mqueue. The default is 1024, and the maximum is 32768; you can query the current value with sysconf( _SC_MQ_OPEN_MAX ).

The default maximum number of entries in a queue is 1024, and the default maximum size of a queue entry is 4096.

For more information, see mqueue in the Utilities Reference, and mq_open() in the QNX OS C Library Reference.

Note:
Each call to mq_open() uses one file descriptor.
Page updated: