Remove the specified message queue name.
Name of the queue to remove.
On success mq_unlink() returns 0; on error, -1 is returned, with errno set to indicate the error.
See Implementation
Remove the specified message queue name.