Message Queue Software
A Message Queue is a specific subset of Message-Oriented Middleware focused strictly on point-to-point task buffering and queuing messages between components. It is used to decouple applications by storing messages until the receiving application is ready to process them.


