linux - unix message queue -


Is there an IPC option to get the last message in the message queue, but do not delete it?

I

Edit: Servers and clients are on the same machine!

Thank you

I do not believe there is any way to do this That systems use V or POSIX message queues. Apart from this, neither APAIAC nor API allows you to send messages to remote machines, so long as your clients are not running on the same host on the server, you will need to use top-level technology.


Comments