Changes for page Messaging Asynchronous
Last modified by Danniar Firdausy on 2024/08/21 15:16
From version 3.1
edited by eMagiz
on 2022/06/13 11:26
on 2022/06/13 11:26
Change comment:
There is no comment for this version
To version 2.2
edited by Erik Bakker
on 2022/06/13 11:16
on 2022/06/13 11:16
Change comment:
Update document after refactoring.
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - MessagingAsynchronous1 +crashcourse-messaging-messaging-asynchronous - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.e Magiz1 +XWiki.ebakker - Content
-
... ... @@ -1,4 +1,6 @@ 1 1 {{container}}{{container layoutStyle="columns"}}((( 2 += Messaging Asynchronous = 3 + 2 2 In this microlearning, we will explain the basics of the asynchronous messaging pattern. 3 3 4 4 Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]]. ... ... @@ -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 27 + 28 + 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 49 + 50 + 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 64 + 65 + 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.