camel

How to add a Map to a query parameter in a Camel Endpoint

The Problem In Camel, a String or Boolean is typically used as a query parameter. You can chain multiple query parameters together. For example in the following we have fileName and delete as query parameters. But what happens when you want a Map as a query parameter? E.g. for the Bean-Component, you have „parameters“ as […]

How to add a Map to a query parameter in a Camel Endpoint Read More »

Apache Camel Beginner Tutorial

What exactly is Camel? You want to try apache camel for the first time and get to know some key concepts?This blog shall help you to get an idea what apache camel is and how to get started to write your own camel code. The system landscape is getting more and more complex. Monolyths are

Apache Camel Beginner Tutorial Read More »

Nach oben scrollen