Asynchronous Queue
Quelle: https://en.wikipedia.org/wiki/Message_queueing
An asynchronous queue is a communication or processing mechanism where messages or tasks are stored in a queue and processed later independently of the sender, to decouple components, improve throughput, and enhance fault tolerance.
Related Terms
You might also be interested in these terms