mqueue.c sample program

The mqueue.c sample demonstrates the use of Open Server message queues using the srv_createmsgq(), srv_putmsgq(), and srv_getmsgq() API functions. Any language command sent to the server is stored in a message queue by the language handler. A service thread logger reads messages from the queue, displays them to stdout and stores them in the log.