Changes for page Messaging Asynchronous

Last modified by Danniar Firdausy on 2024/08/21 15:16

From version 4.1
edited by Erik Bakker
on 2022/08/11 16:10
Change comment: There is no comment for this version
To version 2.2
edited by Erik Bakker
on 2022/06/13 11:16
Change comment: Update document after refactoring.

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Messaging Asynchronous
1 +crashcourse-messaging-messaging-asynchronous
Default language
... ... @@ -1,1 +1,0 @@
1 -en
Content
... ... @@ -1,8 +1,13 @@
1 1  {{container}}{{container layoutStyle="columns"}}(((
2 += Messaging Asynchronous =
3 +
2 2  In this microlearning, we will explain the basics of the asynchronous messaging pattern.
3 3  
4 4  Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]].
5 5  
8 +* Last update: February 25th, 2021
9 +* Required reading time: 5 minutes
10 +
6 6  == 1. Prerequisites ==
7 7  
8 8  * Basic knowledge of the eMagiz platform
... ... @@ -19,6 +19,8 @@
19 19  * 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
20 20  * Supports one-to-many distribution of messages over the integration landscape
21 21  
27 +
28 +
22 22  == 3. Messaging Asynchronous ==
23 23  
24 24  Asynchronous messaging is the pre-dominant option when you implement a messaging integration via eMagiz.
... ... @@ -39,6 +39,8 @@
39 39  On top of that, it gives you the option to keep data in a queue temporarily. This functionality is, for example, convenient if there is scheduled maintenance in one of the receiving systems.
40 40  The sending system can continue to send data to eMagiz, and eMagiz will keep it in the queue until the scheduled maintenance is finished.
41 41  
49 +
50 +
42 42  == 4. Assignment ==
43 43  
44 44  Analyze an asynchronous messaging flow from entry to exit and determine which queues are used in the process.
... ... @@ -52,6 +52,8 @@
52 52   * Systems can therefore be loosely connected
53 53   * 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
54 54  
64 +
65 +
55 55  == 6. Suggested Additional Readings ==
56 56  
57 57  If you are interested in this topic and want more information, please read the help text provided by eMagiz.