This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ddsf:public:guidebook:06_append:glossary:m:mq [2021/03/17 16:23] admin ↷ Links adapted because of a move operation |
ddsf:public:guidebook:06_append:glossary:m:mq [2021/07/14 16:42] (current) murphy ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Message Queue (MQ) ===== | ===== Message Queue (MQ) ===== | ||
| - | [[ddsf:private:guidebook:06_append:glossary| Return to Glossary ]] | + | [[ddsf:public:guidebook:06_append:glossary:start| Return to Glossary ]] |
| * **<color #FF0000><todo @nick>Glossary 'M': Please Review</todo></color>** | * **<color #FF0000><todo @nick>Glossary 'M': Please Review</todo></color>** | ||
| - | **Message Queue** (MQ) is a software engineering component used for communication between processes or between threads within the same process. Message queues provide an asynchronous communication [[ddsf:private:guidebook:06_append:glossary:p:protocol|protocol]] in which the sender and receiver of messages don't need to interact at the same time - messages are held in queue until the recipient retrieves them. | + | **Message Queue** (MQ) is a software engineering component used for communication between processes or between threads within the same process. Message queues provide an asynchronous communication [[ddsf:public:guidebook:06_append:glossary:p:protocol|protocol]] in which the sender and receiver of messages don't need to interact at the same time - messages are held in queue until the recipient retrieves them. |
| Message queues are used within operating systems or applications as a way for programs to communicate with one another. They may also be used to pass messages between computer systems. | Message queues are used within operating systems or applications as a way for programs to communicate with one another. They may also be used to pass messages between computer systems. | ||