Changes for page Asynchronous Routing

Last modified by Danniar Firdausy on 2024/09/04 09:01

From version 37.11
edited by Danniar Firdausy
on 2024/08/21 16:04
Change comment: There is no comment for this version
To version 39.1
edited by Danniar Firdausy
on 2024/09/04 09:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -24,8 +24,7 @@
24 24  
25 25  In asynchronous routing, you can build your decision model on which the routing needs to make the decision.
26 26  
27 -The best practice for setting up your asynchronous routing process is to use one SpEL expression that determines to which offramp queues a messages needs to be routed.
28 -The SpEL expression looks as follows:
27 +The best practice for setting up your asynchronous routing process is to use one SpEL expression that determines to which offramp queues a messages needs to be routed. The SpEL expression looks as follows:
29 29  
30 30  {{code language="xml"}}
31 31  
... ... @@ -100,9 +100,9 @@
100 100  
101 101  == 4. Key takeaways ==
102 102  
103 -* Use one component that decides to route messages to certain channels
104 -* Control the output with a filter to prevent data to be sent to a queue too early
105 -* Use the annotations to write down the step by step guide within your asynchronous routing
102 +* Centralize Decision Making: Use a single component to determine how messages are routed to different channels.
103 +* Output Control: Implement filters to manage when data is sent to each queue, ensuring messages are only routed when appropriate.
104 +* Documentation: Use the annotations within your asynchronous routing setup to document and maintain clarity of the configuration.
106 106  
107 107  == 5. Suggested Additional Readings ==
108 108  
... ... @@ -113,6 +113,7 @@
113 113  *** [[Routing - SpEL (Store Item)>>doc:Main.eMagiz Store.Accelerators.Routing - SpEL.WebHome||target="blank"]]
114 114  * [[Intermediate Level (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.WebHome||target="blank"]]
115 115  ** [[Data traffic routing (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Data traffic routing.WebHome||target="blank"]]
115 +*** [[Implementation of routing decisions (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Data traffic routing.intermediate-data-traffic-routing-implementation-of-routing-decisions||target="blank"]]
116 116  *** [[Synchronous routing (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Data traffic routing.intermediate-data-traffic-routing-synchronous-routing||target="blank"]]
117 117  * [[Asynchronous Routing (Search Results)>>url:https://docs.emagiz.com/bin/view/Main/Search?sort=score&sortOrder=desc&highlight=true&facet=true&r=1&f_space_facet=0%2FMain.&l_space_facet=10&f_type=DOCUMENT&f_locale=en&f_locale=&f_locale=en&text=%22asynchronous+routing%22||target="blank"]]
118 118  )))((({{toc/}}))){{/container}}{{/container}}