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 7.1
edited by Erik Bakker
on 2023/01/20 14:30
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.dfirdausy
1 +XWiki.ebakker
Content
... ... @@ -1,7 +1,7 @@
1 1  {{container}}{{container layoutStyle="columns"}}(((
2 -In this microlearning, we will explore the basics of the asynchronous messaging pattern within the eMagiz platform. As we delve into this topic, you will gain a clear understanding of how asynchronous communication enables systems to interact efficiently without waiting for immediate responses.
2 +In this microlearning, we will explain the basics of the asynchronous messaging pattern.
3 3  
4 -If you have any questions along the way, feel free to reach out to us at [[academy@emagiz.com>>mailto:academy@emagiz.com]].
4 +Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]].
5 5  
6 6  == 1. Prerequisites ==
7 7  
... ... @@ -10,7 +10,7 @@
10 10  == 2. Key concepts ==
11 11  
12 12  This microlearning centers around the asynchronous messaging pattern in eMagiz.
13 -* With asynchronous, we mean: The process that processes data without returning to the sending system with an update on whether the data was processed successfully.
13 +By asynchronous, we mean: The process that processes data without returning to the sending system with an update on whether the data was processed successfully.
14 14  
15 15  Key characteristics of asynchronous messaging are:
16 16  
... ... @@ -32,20 +32,27 @@
32 32  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.
33 33  The sending system can continue to send data to eMagiz, and eMagiz will keep it in the queue until the scheduled maintenance is finished.
34 34  
35 -== 4. Key takeaways ==
35 +== 4. Assignment ==
36 36  
37 +Analyze an asynchronous messaging flow from entry to exit and determine which queues are used in the process.
38 +This assignment can be completed with the help of your (Academy) project you have created/used in the previous assignment.
39 +
40 +== 5. Key takeaways ==
41 +
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.
44 + ** Non-blocking. The sender initiates the process and can continue with the next message
45 + ** Systems can therefore be loosely connected
46 + ** 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 -== 5. Suggested Additional Readings ==
48 +== 6. Suggested Additional Readings ==
44 44  
45 -If you are interested in this topic and want more information on it please see the following links:
50 +If you are interested in this topic and want more information, please read the help text provided by eMagiz.
46 46  
47 -* [[Intermediate Level (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.WebHome||target="blank"]]
48 -** [[Key concepts eMagiz Messaging (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Key concepts eMagiz Messaging.WebHome||target="blank"]]
49 -*** [[Messaging Synchronous (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Key concepts eMagiz Messaging.intermediate-key-concepts-emagiz-messaging-messaging-synchronous.WebHome||target="blank"]]
50 -* [[Asynchronous Messaging (Search Results)>>url:https://docs.emagiz.com/bin/view/Main/Search?sort=score&sortOrder=desc&highlight=true&facet=true&r=1&f_space_facet=0%2FMain.&l_space_facet=10&f_type=DOCUMENT&f_locale=en&f_locale=&f_locale=en&text=%22asynchronous+messaging%22||target="blank"]]
52 +== 7. Silent demonstration video ==
53 +
54 +This video demonstrates how you could have handled the assignment and gives you some context on what you have just learned.
55 +
56 +{{video attachment="crashcourse-messaging-messaging-asynchronous.mp4" reference="Main.Videos.Microlearning.WebHome"/}}
57 +
51 51  )))((({{toc/}}))){{/container}}{{/container}}