How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Extending Apache Camel Simple with Your Own Functions

calendar_today September 20, 2026 domain apache-camel

Apache Camel’s Simple language is surprisingly powerful. It can access message bodies, headers, variables and exchange properties, work with strings and numbers, evaluate conditions, process dates, access JSON and XML data, and combine multiple functions into transformation pipelines. (Apache Camel – Simple Language) For a large part of the logic required inside an integration route, this means that no Java code is necessary.

open_in_new Read original post