Changes for page Asynchronous Routing

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

From version 34.1
edited by Carlijn Kokkeler
on 2022/10/05 12:26
Change comment: There is no comment for this version
To version 36.1
edited by Carlijn Kokkeler
on 2022/10/05 12:28
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -34,10 +34,12 @@
34 34  
35 35  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.
36 36  The SpEL expression looks as follows:
37 -
38 -{{warning}}
37 +
38 +{{code language="xml"}}
39 +
39 39  headers.{technicalnameofproject}\_targetSystem.split(',').![#this.trim()+#root.headers.{technicalnameofproject}_messageType]
40 -{{/warning}}
41 +
42 +{{/code}}
41 41  
42 42  This SpEL expression does the following things:
43 43