Why use Queueing systems such as RabbitMQ? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

Why use Queueing systems such as RabbitMQ?

Can someone please explain why I would use a queueing system with a small practical example?

16th Dec 2018, 12:15 PM
Farid Ghr
Farid Ghr - avatar
1 Respuesta
+ 3
I only know IBM MQ. It is used because parts of an application can work on Linux, other parts of the same application can work on windows, or any other platform (Mainframes). Because the parts of the application need to work together they need to transfer files and messages between the different operating systems. And there is also communication between different applications. Typical use is, send a message if you transferred a file from one system to another. The other system can reply if it has received and processed the file And if it went well.
16th Dec 2018, 2:05 PM
Paul
Paul - avatar