Sample programs SPUT imqsput.cpp and SGET imqsget.cpp
1. Run **imqsputs** `queue-name`. 2. Type lines of text at the console. These lines are placed as messages onto the specified queue. 3. Enter a null line to end the input. 4. Run **imqsgets** `queue-name` to retrieve all the lines and display them at the console.
1. Run **imqsputs** `queue-name`.
2. Type lines of text at the console. These lines are placed as messages onto the specified queue.
3. Enter a null line to end the input.
4. Run **imqsgets** `queue-name` to retrieve all the lines and display them at the console.