Changes for page Messaging Asynchronous
Last modified by Danniar Firdausy on 2024/08/21 15:16
Summary
-
Page properties (4 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,0 @@ 1 -Messaging Asynchronous - Parent
-
... ... @@ -1,1 +1,0 @@ 1 -WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. eMagiz1 +XWiki.marijn - Content
-
... ... @@ -1,7 +1,16 @@ 1 -{{container}}{{container layoutStyle="columns"}}((( 1 +{{html wiki="true"}} 2 +<div class="ez-academy"> 3 + <div class="ez-academy_body"> 4 + 5 +<div class="doc"> 6 + 7 + 8 + 9 += Messaging Asynchronous = 10 + 2 2 In this microlearning, we will explain the basics of the asynchronous messaging pattern. 3 3 4 -Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]].13 +Should you have any questions, please get in touch with academy@emagiz.com. 5 5 6 6 * Last update: February 25th, 2021 7 7 * Required reading time: 5 minutes ... ... @@ -22,6 +22,8 @@ 22 22 * 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 23 23 * Supports one-to-many distribution of messages over the integration landscape 24 24 34 + 35 + 25 25 == 3. Messaging Asynchronous == 26 26 27 27 Asynchronous messaging is the pre-dominant option when you implement a messaging integration via eMagiz. ... ... @@ -42,6 +42,8 @@ 42 42 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. 43 43 The sending system can continue to send data to eMagiz, and eMagiz will keep it in the queue until the scheduled maintenance is finished. 44 44 56 +===== Practice ===== 57 + 45 45 == 4. Assignment == 46 46 47 47 Analyze an asynchronous messaging flow from entry to exit and determine which queues are used in the process. ... ... @@ -55,6 +55,8 @@ 55 55 * Systems can therefore be loosely connected 56 56 * 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 57 57 71 + 72 + 58 58 == 6. Suggested Additional Readings == 59 59 60 60 If you are interested in this topic and want more information, please read the help text provided by eMagiz. ... ... @@ -63,6 +63,10 @@ 63 63 64 64 This video demonstrates how you could have handled the assignment and gives you some context on what you have just learned. 65 65 66 - {{videoattachment="crashcourse-messaging-messaging-asynchronous.mp4" reference="Main.Videos.Microlearning.WebHome"/}}81 +<iframe width="1280" height="720" src="../../vid/microlearning/crashcourse-messaging-messaging-asynchronous.mp4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> 67 67 68 -)))((({{toc/}}))){{/container}}{{/container}} 83 +</div> 84 +</div> 85 +</div> 86 + 87 +{{/html}}