Message queuing

from Wikipedia, the free encyclopedia

In computer science, message queues and mailboxes are communication protocols that are used for interprocess communication (IPC) or for inter-thread communication within the same process. They use a queue for the message (messaging) and contain management functions to pass control or the content. Group communication systems offer similar functions.

The message queue paradigm is the publisher / subscriber pattern and is typically part of a larger message-oriented middleware system. Most messaging systems support both the publisher / subscriber and the message queue model in their API . B. Java Message Service (JMS).

Examples of protocols

Examples software

Examples of cloud services

Message queuing service