Linux/Ubuntu based message queue

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:

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like