Camel 4 Data Types

, by

Since Camel 4, users are able to apply data types to their individual Camel routes in order to transform the processed message content in a declarative way. The data type functionality has been added on top of the well-known Transformer EIP that is a part of Apache Camel since the beginning. This post gives a short introduction to the concept of data types and continues with several examples that show how to use those data types in Camel for instance as a form of Camel route contracts.

Continue reading ❯

HOWTOS

The Rise and Fall of the Performance Monsters

, by

Introduction Apache Camel has always been committed to delivering top-notch performance. As the development of Camel 4 progressed, so did the dedication to enhancing its performance. In this blog post, we’ll explore the advances made in the pursuit of efficiency, focusing on key improvements introduced between Camel 4.1 and 4.2, with a few important improvements for the upcoming 4.3. Camel 4.1: A Leap Forward in Type Conversion One of the notable enhancements in Camel 4.

Continue reading ❯

CAMEL

Karavan 4.1.0: We need more Kamelets

, by

Apache Camel Karavan 4.1.0 has been launched! Custom Kamelets Development With this release, Apache Camel Karavan is featuring the addition of Custom Kamelet Developmenet. Kamelets allows users to connect to external systems via a simplified interface, hiding all the low level details about how those connections are implemented. Furthermore, apart from simplifying connections, Kamelets can package reusable integration logic, making it easily deployable in various projects. With this release, Karavan now offers full-fledged Kamelet development support right at your fingertips:

Continue reading ❯

TOOLING