Transforming messages (Intermediate)

Very often integration applications have to work with existing systems which have a predefined data format that we cannot change. In other situations, after some processing the data has to be converted to a format that can be understood by external systems. Camel offers many different ways for transforming data from one format into another. In this tutorial we are going to convert XML input into JSON using the xmljson component and will have a look at other ways for doing data transformations.

Transforming messages (Intermediate)

Getting ready

The complete source code for this tutorial is located under the project camel-message-routing-examples/transforming-messages. ...

Get Instant Apache Camel Message Routing now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.