Changes for page Asynchronous Routing
Last modified by Danniar Firdausy on 2024/09/04 09:01
From version 37.6
edited by Danniar Firdausy
on 2024/08/21 16:02
on 2024/08/21 16:02
Change comment:
There is no comment for this version
To version 37.7
edited by Danniar Firdausy
on 2024/08/21 16:02
on 2024/08/21 16:02
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -27,10 +27,8 @@ 27 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 28 The SpEL expression looks as follows: 29 29 30 -{{code language="xml"}} 31 - 32 -headers.{technicalnameofproject}\_targetSystem.split(',').![#this.trim()+#root.headers.{technicalnameofproject}_messageType] 33 - 30 +{{code language="xml"}} 31 +headers.{technicalnameofproject}\_targetSystem.split(',').![#this.trim()+#root.headers.{technicalnameofproject}_messageType] 34 34 {{/code}} 35 35 36 36 This SpEL expression does the following things: