Changes for page Messaging Asynchronous
Last modified by Danniar Firdausy on 2024/08/21 15:16
From version 7.1
edited by Erik Bakker
on 2023/01/20 14:30
on 2023/01/20 14:30
Change comment:
There is no comment for this version
To version 8.3
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
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.dfirdausy - Content
-
... ... @@ -1,7 +1,7 @@ 1 1 {{container}}{{container layoutStyle="columns"}}((( 2 -In this microlearning, we will expl ainthe basics of the asynchronous messaging pattern.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. 3 3 4 - Shouldyou have any questions,pleasegetintouchwith[[academy@emagiz.com>>mailto:academy@emagiz.com]].4 +If you have any questions along the way, feel free to reach out to us at [[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 - Byasynchronous, we mean: The process that processes data without returning to the sending system with an update on whether the data was processed successfully.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. 14 14 15 15 Key characteristics of asynchronous messaging are: 16 16 ... ... @@ -32,27 +32,20 @@ 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. Assignment ==35 +== 4. Key takeaways == 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 - 42 42 * Asynchronous messaging is the pre-dominant option when you implement a messaging integration via eMagiz. 43 43 * Key characteristics of asynchronous messaging are: 44 - ** Non-blocking. The sender initiate stheprocess andcancontinuewiththe nextmessage45 - ** Systemscan thereforebeloosely connected46 - ** 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. 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. 47 47 48 -== 6. Suggested Additional Readings ==43 +== 5. Suggested Additional Readings == 49 49 50 -If you are interested in this topic and want more information ,pleasereadthehelp text provided by eMagiz.45 +If you are interested in this topic and want more information on it please see the following links: 51 51 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 - 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"]] 58 58 )))((({{toc/}}))){{/container}}{{/container}}