Hi, Is there a way to transform the payload/message being sent to enrich endpoint(rather than passing the actual message). I want to keep the original message untouched while doing the enrichment. I am aware that this can be done using another internal route and do the transformation before calling the endpoint. I am trying to figure a way to transform the enrich payload on the fly. My route looks something like this.
<from uri="cxf:..." /> <enrich uri="jms:..." strategyRef=""/> or <enrich uri="bean:..." strategyRef=""/> --- I need to transform the payload here (instead of original message) before sending to jms or bean <to uri="" /> Is it possible to do something like this in version 2.15.2? Thanks in advance MC -- View this message in context: http://camel.465427.n5.nabble.com/Enrich-Message-transformation-before-endpoint-call-tp5767879.html Sent from the Camel - Users mailing list archive at Nabble.com.