Apache 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 Weiterlesen »

Apache Camel – Enterprise Integration Patterns (EIP)

What are EIPs Apache Camel’s Enterprise Integration Patterns (EIP) are an essential part of its routing and mediation engine, providing a set of common patterns for connecting and integrating different systems and applications. EIPs are pre-defined solutions for common integration problems and are designed to be used as building blocks to create complex integration scenarios. …

Apache Camel – Enterprise Integration Patterns (EIP) Weiterlesen »

Apache Camel – Components and Endpoints

What are Camel components? Camel components are pre-built, plug-and-play components that allow you to interact with various technologies and systems. For example, you need a JMS connection. Just use the JMS Component of a camel. Do you need Database-Connection? Use DB-Component. There are a lot of components ready to use. In generall components provide a …

Apache Camel – Components and Endpoints Weiterlesen »

Apache Camel – Routing and mediation

Introduction Apache Camel is an open-source integration framework that provides a unified and efficient approach for integrating various systems and applications. One of the core features of Apache Camel is its routing and mediation engine, which is used to define and manage the flow of data between different components. In this article, we will explore …

Apache Camel – Routing and mediation Weiterlesen »

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 Weiterlesen »

Scroll to Top