Message Queue
A communication mechanism that stores messages temporarily so producers and consumers can exchange data asynchronously without direct coordination.
Explore more about Communication Protocols
Related terms
A system that receives, routes, and delivers messages between producers and consumers, decoupling services that communicate asynchronously.
Queue ManagerA system component that controls the storage, ordering, and delivery of asynchronous messages and tasks.
Publish-SubscribePub/SubA messaging pattern where senders publish messages to topics without targeting specific receivers, which subscribe to receive them.
Request-ResponseA fundamental message exchange pattern where a client sends a request and a server returns a corresponding response.