Last modified by Danniar Firdausy on 2024/09/27 09:18

From version 34.1
edited by Bouke Reitsma
on 2024/03/15 09:42
Change comment: There is no comment for this version
To version 33.1
edited by Bouke Reitsma
on 2024/03/15 09:40
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,7 +3,7 @@
3 3  (((
4 4  eMagiz flows, or more specifically, the flow's inbound component(s), can be grouped. How to configure this is explained [[here>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Grouping and Failover.intermediate-grouping-and-failover-flow-configuration.WebHome||target="blank"]]. This functionality is mainly beneficial when faced with substantial maintenance or outage of systems connected to your eMagiz model.
5 5  
6 -Building on this functionality, you can even configure the group to run in an active/passive failover mode when you activate the multiple runtimes option on your runtime, and each separate runtime is deployed on another machine. The failover functionality is not only relevant in cases of server maintenance. It can also assist you when you want to exchange data with a system that allows only one active connection. Should this connection be business-critical, you can use this failover functionality to create a passive failover situation that will take over when the active connection breaks down (regardless of the reason).
6 +Building on this functionality, you can even configure the group to run in an active/passive failover mode when you activate the multiple runtimes option on your runtime, and each separate runtime is deployed on another machine. The failover functionality is not only relevant in cases of server maintenance. It can also assist you when you want to exchange data with a system that allows only one active connection. Should this connection be business-critical, you can use this failover functionality to create a passive failover situation that will take over when the active connection breaks down (regardless of the reason).
7 7  
8 8  In this microlearning, we will focus on configuring the deployment plan to control various inbound compoments in a normal and in a failover configuration.
9 9  
... ... @@ -37,7 +37,7 @@
37 37  
38 38  * Grouping is beneficial when external systems go through maintenance or downtime.
39 39  * Failover can have the additional benefit of having a fallback scenario while still adhering to the requirement that there can only be one active connection at a time
40 -* The role naming in both grouping and failover is crucial. The group name needs to match **exactly** to make it work.
40 +* The role naming in both grouping and failover is crucial. The whole name needs to be matched fully to make it work.
41 41  * You can control group and failover steps from the deployment plan
42 42  
43 43  == 6. Suggested Additional Readings ==