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
Change comment: Update document after refactoring.
To version 1.1
edited by eMagiz
on 2022/05/10 11:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,0 @@
1 -crashcourse-messaging-messaging-asynchronous
Parent
... ... @@ -1,1 +1,0 @@
1 -WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ebakker
1 +XWiki.marijn
Content
... ... @@ -1,9 +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 +
2 2  = Messaging Asynchronous =
3 3  
4 4  In this microlearning, we will explain the basics of the asynchronous messaging pattern.
5 5  
6 -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.
7 7  
8 8  * Last update: February 25th, 2021
9 9  * Required reading time: 5 minutes
... ... @@ -46,8 +46,8 @@
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  
56 +===== Practice =====
49 49  
50 -
51 51  == 4. Assignment ==
52 52  
53 53  Analyze an asynchronous messaging flow from entry to exit and determine which queues are used in the process.
... ... @@ -71,6 +71,10 @@
71 71  
72 72  This video demonstrates how you could have handled the assignment and gives you some context on what you have just learned.
73 73  
74 -{{video attachment="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>
75 75  
76 -)))((({{toc/}}))){{/container}}{{/container}}
83 +</div>
84 +</div>
85 +</div>
86 +
87 +{{/html}}