i'm totally new to Ubuntu/Linux based OS, and right now I'm using Ubuntu 19.10, so to make things short, I'm gonna need to develop an application that talk to other application via message queue, is there any build-in message queue offered by Linux/Ubuntu? I've used to develop similar application in Windows based using MSMQ.
thanks in advanced.
1 Answer
There are two common message queue implementations in UNIX. One is part of the SYS V API, the other one is part of POSIX.
See the documentation about POSIX Message Queue: