Changes for page Asynchronous Routing
Last modified by Danniar Firdausy on 2024/09/04 09:01
From version 27.1
edited by Carlijn Kokkeler
on 2022/10/05 12:20
on 2022/10/05 12:20
Change comment:
There is no comment for this version
To version 26.1
edited by Carlijn Kokkeler
on 2022/10/05 12:18
on 2022/10/05 12:18
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -34,8 +34,8 @@ 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 -{{code language=" spel"}}38 -headers.{technicalnameofproject}\_targetSystem.split(',').![#this.trim()+#root.headers.{technicalnameofproject}_messageType] 37 +{{code language="xml"}} 38 +headers.{technicalnameofproject}\_targetSystem.split(',').![#this.trim()+#root.headers.{technicalnameofproject}_messageType] (% style="color: red;" %) 39 39 {{/code}} 40 40 headers.{technicalnameofproject}\_targetSystem.split(',').![#this.trim()+#root.headers.{technicalnameofproject}_messageType] 41 41