Changes for page Messaging Asynchronous
Last modified by Danniar Firdausy on 2024/08/21 15:16
From version 5.1
edited by Erik Bakker
on 2023/01/19 19:57
on 2023/01/19 19:57
Change comment:
There is no comment for this version
To version 4.1
edited by Erik Bakker
on 2022/08/11 16:10
on 2022/08/11 16:10
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -22,6 +22,13 @@ 22 22 == 3. Messaging Asynchronous == 23 23 24 24 Asynchronous messaging is the pre-dominant option when you implement a messaging integration via eMagiz. 25 +Key characteristics of asynchronous messaging are: 26 + 27 +* Non-blocking. The sender initiates the process and can continue with the next message 28 +* Systems can therefore be loosely connected 29 +* 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 30 +* Supports one-to-many distribution of messages over the integration landscape 31 + 25 25 With this method, the sending party supplies the data to eMagiz (via push or pull). eMagiz, in turn, places the data on a queue (in most cases an onramp queue). 26 26 27 27 This logic means there is no need for the external system to wait for a reply to see what the other system thinks of the message.