The
mq_close() function will remove the association between the message queue descriptor,
mqdes, and its message queue.
If the process has successfully attached a notification request to the message queue via this
mqdes, this attachment will be removed, and the message queue is available for another process to attach for notification.