4 Apr
2013
4 Apr
'13
9:37 a.m.
On 2013-04-04 00:14, John Davies wrote:
Is this something I have to live with? In my real code the message_queue is alive the whole time the program is running.
Try the following (quoted from the documentation) "The message queue is explicitly removed calling the static remove function: using boost::interprocess; message_queue::remove("message_queue"); "