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
Change comment: There is no comment for this version
To version 8.2
edited by Danniar Firdausy
on 2024/08/21 15:13
Change comment: There is no comment for this version

Summary

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. This allows the sender to initiate a process and immediately proceed to the next task without waiting for a response.
40 - ** Loose coupling of systems. This ensures that they can operate independently, making it easier to add, replace, or update systems within the integration landscape.
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