Changes for page Create Synchronous Messaging
Last modified by Danniar Firdausy on 2023/08/11 11:14
From version 11.1
edited by Danniar Firdausy
on 2023/08/09 15:41
on 2023/08/09 15:41
Change comment:
There is no comment for this version
To version 13.1
edited by Danniar Firdausy
on 2023/08/11 09:05
on 2023/08/11 09:05
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,6 +1,5 @@ 1 1 {{container}} 2 -{{container layoutStyle="columns"}} 3 -((( 2 +{{container layoutStyle="columns"}}((( 4 4 In this exercise, we will guide create a simple synchronous messaging pattern based on the previous microlearnings. 5 5 6 6 Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]]. ... ... @@ -11,17 +11,24 @@ 11 11 12 12 == 2. Exercise == 13 13 14 -Below, the exercise for this part of the intermediate course, which centers around the synchronous messaging pattern in eMagiz, is given. 15 -By synchronous, we mean The process that processes data and subsequently informs the caller what the status is. 13 +Below, the exercise for this part of the intermediate course, which centers around the synchronous messaging pattern in eMagiz, is given. By synchronous, we mean the process that processes data and then subsequently informs the caller what the status is. 16 16 17 17 === 2.1. Creating Synchronous Messaging === 16 + 17 +In the previous microlearnings, we have learned what the synchronous messaging is, what the key characteristics are, what might be the use case, what its difference with the asynchronous counterpart, and what methods of connectivity are supported (i.e., REST, SOAP, Database, File). In this exercise, we will practice on how to construct a synchronous messaging within eMagiz. 18 + 19 +As a target practice, try to construct a synchronous messaging that refers to this architecture below, with inbound and outbound adapters of your preference: 18 18 21 +[[image:Main.Images.Microlearning.WebHome@intermediate-key-concepts-emagiz-messaging-messaging-synchronous--concept.png]] 22 + 19 19 == 3. Solution == 20 20 21 -... 25 +In this short movie, you will find the workout of this exercise. Take a moment to review this one and compare it to your solution. 26 +We use HTTP inbound and outbound gateway here as an example for this exercise. 22 22 23 23 {{video attachment="Exercises - Intermediate - Key Concepts eMagiz Messaging [Create].mp4" reference="Main.Videos.Microlearning.WebHome"/}} 24 24 30 +))) 25 25 26 26 ((({{toc/}}))){{/container}} 27 27 {{/container}}