Changes for page Messaging Asynchronous
Last modified by Danniar Firdausy on 2024/08/21 15:16
From version 9.1
edited by Danniar Firdausy
on 2024/08/21 15:16
on 2024/08/21 15:16
Change comment:
There is no comment for this version
To version 8.2
edited by Danniar Firdausy
on 2024/08/21 15:13
on 2024/08/21 15:13
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -36,9 +36,9 @@ 36 36 37 37 * Asynchronous messaging is the pre-dominant option when you implement a messaging integration via eMagiz. 38 38 * Key characteristics of asynchronous messaging are: 39 - ** Non-blocking. Th is allows the sendertoinitiateaprocess andimmediatelyproceedtothe nexttask without waitingfor a response.40 - ** Loose coupling of systems.This ensures that theycanoperateindependently, making it easiertoadd,replace,or update systemswithin the integrationlandscape.41 - ** Temporary message queuing.Messages can temporarily be kept in the queue if an end system,to which the messages need to be delivered,is scheduled to go offline.39 + ** Non-blocking. The sender initiates the process and can continue with the next message 40 + ** Systems can therefore be loosely connected 41 + ** Messages can temporarily be kept in the queue if an end system to which the messages need to be delivered is scheduled to go offline 42 42 43 43 == 5. Suggested Additional Readings == 44 44