Changes for page Entry, not a queue

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

From version 8.1
edited by Danniar Firdausy
on 2024/09/10 14:58
Change comment: There is no comment for this version
To version 9.1
edited by Danniar Firdausy
on 2024/09/10 14:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -38,7 +38,7 @@
38 38  * This would mean that the external system can directly place data on a queue
39 39  * This would create a tightly coupled dependency between the external system and eMagiz
40 40  
41 -The above arguments concluded that the connectivity between eMagiz and the external system and the internal queue mechanism of eMagiz should be considered two separate things. This conclusion did raise a question on how eMagiz can guarantee message delivery. The messaging engine uses queues to ensure message delivery. But what if the first queue (the onramp queue) cannot be reached? What happens then.
41 +The above arguments concluded that the connectivity between eMagiz and the external system and the internal queue mechanism of eMagiz should be considered two separate things. This conclusion did raise a question on how eMagiz can guarantee message delivery. The messaging engine uses [[queues>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Orchestration of data packets.intermediate-orchestration-of-data-packets-queues-how-do-they-work||target="blank"]] to ensure message delivery. But what if the first queue (the onramp queue) cannot be reached? What happens then.
42 42  
43 43  The H2 database is introduced to safeguard against any problems within the entry. This component is generated in every entry in eMagiz. This H2 database will temporarily store data and act as a bridge between the entry and the onramp queue. This way, eMagiz can guarantee message delivery. If you want to learn more about the function of the H2 database, please check out this [[microlearning>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Solution Architecture.intermediate-solution-architecture-function-of-h2-database||target="blank"]].
44 44