id summary reporter owner description type status milestone component version severity resolution keywords cc 5072 Using boost interprocess message_queue with managed_windows_shared_memory thiago@… Ion Gaztañaga "Hi, I'm testing the message_queue with multiple user context. But when I run the client (that send the message) in a limited user context and the server (that create the queue and receive the messages) I run in a service context. The problem is: the client site doesn't have access to the file created by the server to make the comunication work. So with a litle research, I realized that I could use the managed_windows_shared_memory to stop using files and use native shared memory from windows. But I don't know how and if it is possible with message_queue. So the big question is: Is possible to use native shared memory with message_queue? If yes, how I do this? Thanks." Support Requests closed To Be Determined interprocess Problem invalid message_queue