Changes for page Messaging Synchronous

Last modified by Danniar Firdausy on 2024/09/16 13:37

From version 13.5
edited by Danniar Firdausy
on 2024/09/16 13:28
Change comment: There is no comment for this version
To version 7.1
edited by Erik Bakker
on 2022/08/23 10:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.dfirdausy
1 +XWiki.ebakker
Content
... ... @@ -23,7 +23,7 @@
23 23  
24 24  == 3. Messaging Synchronous ==
25 25  
26 -Synchronous messaging is the less used, the less advised option when implementing a messaging integration via eMagiz. In case you want to learn more about asynchronous messaging, please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Messaging.crashcourse-messaging-messaging-asynchronous||target="blank"]].
26 +Synchronous messaging is the less used, the less advised option when implementing a messaging integration via eMagiz. In case you want to learn more about asynchronous messaging, please check out this [microlearning](crashcourse-messaging-messaging-asynchronous.md)
27 27  
28 28  Key characteristics of synchronous messaging are:
29 29  
... ... @@ -32,7 +32,7 @@
32 32  * Messages have a time limit. The response needs to be back within 25 seconds (eMagiz default)
33 33  * Uses a request-response structure that talks to one system at a time
34 34  
35 -With this method, the sending party supplies the data to eMagiz via a push mechanism. eMagiz, in turn, places the data on a queue (in most cases an onramp queue). The subsequent process (the onramp) will process the message and will put the message on the next queue (the synchronous routing). That process will route each message to the correct offramp. This process continues until the message eMagiz delivers to the external system. At that point, eMagiz will wait for a response. If that response is received, the message will travel back to the starting point to deliver the reaction to the caller. If something goes wrong, for example, a timeout, the error message is also given back to the caller, and eMagiz will log the exception. If you want to learn more on that, please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Understanding Error Handling.intermediate-understanding-error-handling-in-emagiz-messaging-synchronous||target="blank"]].
35 +With this method, the sending party supplies the data to eMagiz via a push mechanism. eMagiz, in turn, places the data on a queue (in most cases an onramp queue). The subsequent process (the onramp) will process the message and will put the message on the next queue (the synchronous routing). That process will route each message to the correct offramp. This process continues until the message eMagiz delivers to the external system. At that point, eMagiz will wait for a response. If that response is received, the message will travel back to the starting point to deliver the reaction to the caller. If something goes wrong, for example, a timeout, the error message is also given back to the caller, and eMagiz will log the exception. If you want to learn more on that, please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Understanding Error Handling.intermediate-understanding-error-handling-in-emagiz-messaging-synchronous.WebHome||target="blank"]].
36 36  
37 37  [[image:Main.Images.Microlearning.WebHome@intermediate-key-concepts-emagiz-messaging-messaging-synchronous--concept.png]]
38 38  
... ... @@ -52,9 +52,7 @@
52 52  
53 53  === 3.2 Asynchronous vs Synchronous ===
54 54  
55 -The decision to handle an integration process in a specific manner depends on various relevant business and technical checks and balances that should be answered before choosing which integration pattern to choose and then subsequently which alternative method within an integration pattern to choose. If you want more information on how to decide this correctly, please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Discover your integration landscape.intermediate-discover-your-integration-landscape-determining-integration-pattern||target="blank"]].
56 -{{html}}
57 -<!--
55 +The decision to handle an integration process in a specific manner depends on various relevant business and technical checks and balances that should be answered before choosing which integration pattern to choose and then subsequently which alternative method within an integration pattern to choose. If you want more information on how to decide this correctly, please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Discover your integration landscape.intermediate-discover-your-integration-landscape-determining-integration-pattern.WebHome||target="blank"]] [microlearning](intermediate-discover-your-integration-landscape-determining-integration-pattern.md)
58 58  
59 59  == 4. Assignment ==
60 60  
... ... @@ -61,9 +61,7 @@
61 61  Analyze a synchronous messaging flow from entry to exit and learn what happens within this process.
62 62  This assignment can be completed with the help of your (Academy) project you have created/used in the previous assignment.
63 63  
64 --->
65 -{{/html}}
66 -== 4. Key takeaways ==
62 +== 5. Key takeaways ==
67 67  
68 68  * Synchronous messaging is the less used, the less advised option when implementing a messaging integration via eMagiz
69 69  * Key characteristics of synchronous messaging are:
... ... @@ -73,20 +73,13 @@
73 73   ** Uses a request-response structure that talks to one system at a time
74 74  * Using the API Gateway pattern can be a valid alternative when dealing with a synchronous integration demand.
75 75  
76 -== 5. Suggested Additional Readings ==
72 +== 6. Suggested Additional Readings ==
77 77  
78 -If you are interested in this topic and want more information on it please read the help text provided by eMagiz and read the following links:
74 +If you are interested in this topic and want more information, please read the help text provided by eMagiz.
79 79  
80 -* [[Crash Course (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.WebHome||target="blank"]]
81 -** [[Crash Course Messaging (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Messaging.WebHome||target="blank"]]
82 -*** [[Messaging Asynchronous (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Messaging.crashcourse-messaging-messaging-asynchronous||target="blank"]]
83 -* [[Intermediate Level (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.WebHome||target="blank"]]
84 -** [[Discover your integration landscape (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Discover your integration landscape.WebHome||target="blank"]]
85 -*** [[Determining Integration Pattern (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Discover your integration landscape.intermediate-discover-your-integration-landscape-determining-integration-pattern||target="blank"]]
86 -** [[Understanding Error Handling (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Understanding Error Handling.WebHome||target="blank"]]
87 -*** [[Error Handling in Messaging Synchronous (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Understanding Error Handling.intermediate-understanding-error-handling-in-emagiz-messaging-synchronous||target="blank"]]
88 -* [[Messaging Synchronous (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=%22messaging+synchronous%22||target="blank"]]
89 -)))
76 +== 7. Silent demonstration video ==
90 90  
78 +As this is a more theoretical microlearning, we have no video for this.)))
79 +
91 91  ((({{toc/}}))){{/container}}
92 92  {{/container}}