4 Apr
2013
4 Apr
'13
6:42 p.m.
"The message queue is explicitly removed calling the static remove function:
using boost::interprocess; message_queue::remove("message_queue"); "
My original code had a call to remove(). I tried changing it to message_queue::remove() but it didn't make a difference. So I tried std::cout<< message_queue::remove("InQueue") and it returns true - meaning that the queue was removed.