Message Queues IPC
← Back to Inter-Process Communication (IPC)
Kernel-managed queues that allow processes to send and receive structured messages. Messages are stored in the kernel until consumed, providing asynchronous communication. POSIX message queues and System V message queues are the two main implementations.