Changes for page eMagiz Messaging

Last modified by Erik Bakker on 2024/08/19 21:27

From version 26.1
edited by Carlijn Kokkeler
on 2022/10/10 11:23
Change comment: There is no comment for this version
To version 28.1
edited by Erik Bakker
on 2023/01/23 13:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.CarlijnKokkeler
1 +XWiki.ebakker
Content
... ... @@ -50,7 +50,7 @@
50 50  [[image:Main.Images.Fundamental.WebHome@fundamental-messaging-introduction--transformation-example.png]]
51 51  
52 52  === 3.3 Queueing ===
53 -Within eMagiz, we use the queueing mechanism to transport messages from one queue to the other. The JMS orchestrates this mechanism of queues. The JMS registers and deregisters queues dynamically when there is a need for the queue to be created or destroyed. For example, a customer needs to be registered on any queue to pick up messages. Once the message is delivered to the next queue and the transaction is finished, the message leaves the previous queue. For a more in-depth analysis of how queues work within the platform, please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Orchestration of data packets.intermediate-orchestration-of-data-packets-queues-how-do-they-work.WebHome||target="blank"]].
53 +Within eMagiz, we use the queueing mechanism to transport messages from one queue to the other. The JMS orchestrates this mechanism of queues. The JMS registers and deregisters queues dynamically when there is a need for the queue to be created or destroyed. For example, a customer needs to be registered on any queue to pick up messages. Once the message is delivered to the next queue and the transaction is finished, the message leaves the previous queue. For a more in-depth analysis of how queues work within the platform, please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Orchestration of data packets.intermediate-orchestration-of-data-packets-queues-how-do-they-work||target="blank"]].
54 54  
55 55  === 3.4 Error Handling ===
56 56  
... ... @@ -58,7 +58,7 @@
58 58  
59 59  [[image:Main.Images.Fundamental.WebHome@fundamental-messaging-introduction--error-handling-manage-dashboard.png]]
60 60  
61 -With the help of this information, you can easily determine the origin of an error message. For more information on that please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-manage-determining-origin-of-error-message.WebHome||target="blank"]].
61 +With the help of this information, you can easily determine the origin of an error message. For more information on that please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-manage-determining-origin-of-error-message||target="blank"]].
62 62  
63 63  === 3.5 Architectural components ===
64 64  
... ... @@ -86,26 +86,7 @@
86 86  * [[Crashcourse Messaging>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Messaging.WebHome||target="blank"]]
87 87  * [[Orchestration of Data Packets>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Orchestration of data packets.WebHome||target="blank"]]
88 88  * [[Additional Key Concepts Messaging>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Key concepts eMagiz Messaging.WebHome||target="blank"]]
89 -{{velocity}}
90 -#set($parent = $doc.parent)
91 -#set($page_next = $doc.parent)
92 -#set($page_previous = $doc.parent)
93 -#set($page_found = 0)
94 -#set($where = "where doc.parent = '$parent' order by doc.name")
95 -#foreach($name in $xwiki.searchDocuments($where))
96 -#if ($page_found == 1)
97 -#set($page_next = $name)
98 -#break
99 -#end
100 -#if ($name == $doc)
101 -#set($page_found = 1)
102 -#end
103 -#if ($page_found == 0)
104 -#set($page_previous = $name)
105 -#end
106 -#end
107 -[[Previous Page>>$page_previous]] - [[Parent>>$parent]] - [[Next Page>>$page_next]]
108 -{{/velocity}}
89 +
109 109  == 6. Silent demonstration video ==
110 110  
111 111  {{video attachment="fundamental-messaging-introduction.mp4" reference="Main.Videos.Fundamental.WebHome"/}}