Is it possible to directly modify the ‘body’ content of a CamelMessage?
https://doc.akka.io/japi/akka/current/akka/camel/CamelMessage.html
I have a scenario where I have to modify the body through a transformation. If not, is the only other proper way to recreate an entirely new CamelMessage?