Skip to main content

One post tagged with "message-queue"

View All Tags

Message Queue

· 2 min read
Narendra Dubey
Builder of Data Systems and Software

What is Message Passing?

Message passing is a technique to enable inter-process communication (IPC), or for inter-thread communication within the same process communication between two distributed or non-distributed parallel processes in synchronous or asynchronous mode, The communications are completed by the sending of messages (functions, signals and data packets) to recipients.