Changes for page Messaging Asynchronous

Last modified by Danniar Firdausy on 2024/08/21 15:16

From version 7.2
edited by Danniar Firdausy
on 2024/08/20 12:51
Change comment: There is no comment for this version
To version 4.1
edited by Erik Bakker
on 2022/08/11 16:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.dfirdausy
1 +XWiki.ebakker
Default language
... ... @@ -1,0 +1,1 @@
1 +en
Content
... ... @@ -22,6 +22,13 @@
22 22  == 3. Messaging Asynchronous ==
23 23  
24 24  Asynchronous messaging is the pre-dominant option when you implement a messaging integration via eMagiz.
25 +Key characteristics of asynchronous messaging are:
26 +
27 +* Non-blocking. The sender initiates the process and can continue with the next message
28 +* Systems can therefore be loosely connected
29 +* 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
30 +* Supports one-to-many distribution of messages over the integration landscape
31 +
25 25  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).
26 26  
27 27  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.
... ... @@ -32,16 +32,27 @@
32 32  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.
33 33  The sending system can continue to send data to eMagiz, and eMagiz will keep it in the queue until the scheduled maintenance is finished.
34 34  
35 -== 4. Key takeaways ==
42 +== 4. Assignment ==
36 36  
44 +Analyze an asynchronous messaging flow from entry to exit and determine which queues are used in the process.
45 +This assignment can be completed with the help of your (Academy) project you have created/used in the previous assignment.
46 +
47 +== 5. Key takeaways ==
48 +
37 37  * Asynchronous messaging is the pre-dominant option when you implement a messaging integration via eMagiz.
38 38  * Key characteristics of asynchronous messaging are:
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
51 + * Non-blocking. The sender initiates the process and can continue with the next message
52 + * Systems can therefore be loosely connected
53 + * 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
42 42  
43 -== 5. Suggested Additional Readings ==
55 +== 6. Suggested Additional Readings ==
44 44  
45 45  If you are interested in this topic and want more information, please read the help text provided by eMagiz.
46 46  
59 +== 7. Silent demonstration video ==
60 +
61 +This video demonstrates how you could have handled the assignment and gives you some context on what you have just learned.
62 +
63 +{{video attachment="crashcourse-messaging-messaging-asynchronous.mp4" reference="Main.Videos.Microlearning.WebHome"/}}
64 +
47 47  )))((({{toc/}}))){{/container}}{{/container}}