message queue for two processes.

ratheesh kannoth <[email protected]> Sat, 14 May 2011 21:10:11 +0530
Newsgroups org.kernel.vger.linux-c-programming
Message-ID <[email protected]>
There is a server (say A ) and two clients ( say  x and y ). These are
communicating thru message queue mechansim.  They are using same
message queue and different id to communicate.
i read like  -when a message is read , this will be removed from
message queue. Then, how can process x can read  only its intended
messages ?


-Ratheesh