The Camel community announces the immediate availability of Camel 3.18.3, a new patch release with 52 improvements and fixes. The artifacts are published and ready for you to download from the Central Maven repository. For more details please take a look at the release notes. Many thanks to all who made this release possible. On behalf of the Camel PMC, Gregor Zurowski
Continue reading ❯
RELEASES
Few days before it became easier to provide debug adapter support inside Emacs -See this blog post. It is now time to use Camel Debug Adapter in Sublimecamel-tooling/camel-dap-client-sublime. Sublime Debug Adapter client for Apache Camel Prerequisites Camel version 3.18+ camel-debug is available on the classpath have JMX enabled How to configure Sublime In a ~/.config/sublime-text/Packages/Debugger/modules/adapters/camel.py file: from __future__ import annotations from ..typecheck import * from .import util from .. import dap from .
Continue reading ❯
TOOLING
In this post I want to share with you how to implement a complete, end-to-end Content Based Routing solution using Apache Camel, AtlasMap and Quarkus as a developer platform, including: Drools DMN Engine, Kogito. Apache Kafka is used in this solution as a message broker. Content based routing overview Here is the Enterprise Integration Pattern (EIP) diagram of the flow, annotated with some details of the components used: The focus of this solution is routing healthcare-related messages; for this demo example, messages are routed accordingly to the following decision table rules:
Continue reading ❯
EIPQUARKUSDROOLSKOGITOUSECASESVIDEOS