Message Queue
Jump to navigation
Jump to search
A Message Queue is a Computer Science that ...
- See: Java Message Service, Software Engineering, Software Componentry, Inter-Process Communication, Thread (Computing), Queue (Data Structure), Message (Computer Science), Group Communication System, Publish–Subscribe Pattern, Message-Oriented Middleware, Application Programming Interface.
References
2017
- (Wikipedia, 2017) ⇒ https://en.wikipedia.org/wiki/Message_queue Retrieved:2017-6-9.
- In computer science, message queues and mailboxes are software-engineering components used for inter-process communication (IPC), or for inter-thread communication within the same process. They use a queue for messaging – the passing of control or of content. Group communication systems provide similar kinds of functionality.
The message queue paradigm is a sibling of the publisher/subscriber pattern, and is typically one part of a larger message-oriented middleware system. Most messaging systems support both the publisher/subscriber and message queue models in their API, e.g. Java Message Service (JMS).
- In computer science, message queues and mailboxes are software-engineering components used for inter-process communication (IPC), or for inter-thread communication within the same process. They use a queue for messaging – the passing of control or of content. Group communication systems provide similar kinds of functionality.