tanszek:oktatas:iss_t:messaging_systems
Ez a dokumentum egy előző változata!
Messaging systems
Messaging systems are asynchronous parallel systems
In the background there is socket communication as well
The system is asynchronous because we should not wait for the answer, execution flow is continuous, non-blocking.
Each function call creates a message on the „Message Queue”. Message processing is alway parallel in a different process.
This indirect method facilitated the loose coupling of different systems.
Guaranteed message delivery is feasible, because of the intermediate message queue.
Synchronous function calls can be simulated with a second message queue.
tanszek/oktatas/iss_t/messaging_systems.1678034660.txt.gz · Utolsó módosítás: 2023/03/05 16:44 szerkesztette: knehez