Changes for page Messaging Asynchronous
Last modified by Danniar Firdausy on 2024/08/21 15:16
From version 2.2
edited by Erik Bakker
on 2022/06/13 11:16
on 2022/06/13 11:16
Change comment:
Update document after refactoring.
To version 8.2
edited by Danniar Firdausy
on 2024/08/21 15:13
on 2024/08/21 15:13
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - crashcourse-messaging-messaging-asynchronous1 +Messaging Asynchronous - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ebakker1 +XWiki.dfirdausy - Content
-
... ... @@ -1,13 +1,8 @@ 1 1 {{container}}{{container layoutStyle="columns"}}((( 2 - =Messaging Asynchronous=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 -I nthis microlearning,wewillexplain thebasicsofthe asynchronous messaging pattern.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 -Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]]. 7 - 8 -* Last update: February 25th, 2021 9 -* Required reading time: 5 minutes 10 - 11 11 == 1. Prerequisites == 12 12 13 13 * Basic knowledge of the eMagiz platform ... ... @@ -15,7 +15,7 @@ 15 15 == 2. Key concepts == 16 16 17 17 This microlearning centers around the asynchronous messaging pattern in eMagiz. 18 - 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. 19 19 20 20 Key characteristics of asynchronous messaging are: 21 21 ... ... @@ -24,18 +24,9 @@ 24 24 * 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 25 25 * Supports one-to-many distribution of messages over the integration landscape 26 26 27 - 28 - 29 29 == 3. Messaging Asynchronous == 30 30 31 31 Asynchronous messaging is the pre-dominant option when you implement a messaging integration via eMagiz. 32 -Key characteristics of asynchronous messaging are: 33 - 34 -* Non-blocking. The sender initiates the process and can continue with the next message 35 -* Systems can therefore be loosely connected 36 -* 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 37 -* Supports one-to-many distribution of messages over the integration landscape 38 - 39 39 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). 40 40 41 41 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. ... ... @@ -46,31 +46,20 @@ 46 46 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. 47 47 The sending system can continue to send data to eMagiz, and eMagiz will keep it in the queue until the scheduled maintenance is finished. 48 48 35 +== 4. Key takeaways == 49 49 50 - 51 -== 4. Assignment == 52 - 53 -Analyze an asynchronous messaging flow from entry to exit and determine which queues are used in the process. 54 -This assignment can be completed with the help of your (Academy) project you have created/used in the previous assignment. 55 - 56 -== 5. Key takeaways == 57 - 58 58 * Asynchronous messaging is the pre-dominant option when you implement a messaging integration via eMagiz. 59 59 * Key characteristics of asynchronous messaging are: 60 - * Non-blocking. The sender initiates the process and can continue with the next message 61 - * Systems can therefore be loosely connected 62 - * 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 63 63 43 +== 5. Suggested Additional Readings == 64 64 45 +If you are interested in this topic and want more information on it please see the following links: 65 65 66 -== 6. Suggested Additional Readings == 67 - 68 -If you are interested in this topic and want more information, please read the help text provided by eMagiz. 69 - 70 -== 7. Silent demonstration video == 71 - 72 -This video demonstrates how you could have handled the assignment and gives you some context on what you have just learned. 73 - 74 -{{video attachment="crashcourse-messaging-messaging-asynchronous.mp4" reference="Main.Videos.Microlearning.WebHome"/}} 75 - 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"]] 76 76 )))((({{toc/}}))){{/container}}{{/container}}