Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

What’s new in Red Hat build of Apache Camel 4.4

June 10, 2024
Ivo Bek
Related topics:
Integration
Related products:
Red Hat build of Apache Camel

    Red Hat build of Apache Camel 4.4 is a versatile toolkit for enterprise integration that simplifies and standardizes how applications connect diverse systems. This release provides support for new tools, components and environments as well as new resources focusing on modernizing enterprise integration applications. In this article, you'll learn about some highlights of this recent release.

    Apache Camel enhancements

    Red Hat refined and added support for the following components: 

    • Jasypt security, JSONPath, JT400, Kudu (Hadoop), Splunk and Splunk HEC (HTTP Event collector), Olingo4 (OData v4 alternative to SAP component), SMB to receive files from SMB (Server Message Block) shares., Flink
    • BeanIO for flat file (e.g. CSV) mapping
    • XJ - Convert between XML and JSON without intermediate objects
    • Saga EIP with LRA - Long running activity Saga binding
    • CXF (SOAP WS) OpenTelemetry tracing integration
    • Groovy expressions in message filters and other predicates
    • CICS (IBM Z CICS Transaction gateway) with connection pooling, and 2 types of connectivity - Commarea and Channel
    • setHeaders EIP to make it easier and less verbose to set multiple headers from the same EIP.
    • convertHeaderTo EIP to make it easy to convert header value to a specific type.

     

    Several improvements were also made to already supported components such as:

    • Kafka batch consumer - consume and handle a set of Kafka consumer records as one Camel Exchange
    • camel-platform-http-vertx now supports streaming big HTTP payloads directly if useStreaming=true
    • camel-opentelemetry provides OpenTelemetryTracingStrategy that allows fine-grained tracing of every step a message is routed by Camel
    • camel-aws-s3 producer can now upload big payloads without reading stream into memory
    • Throttle EIP now has 2 different modes of throttling - TotalRequests and ConcurrentRequests (instead of Sliding Window).

    The team made great progress in completely rewriting the ElasticSearch component, camel-elasticsearch-rest-client, which is available in tech-preview state and is currently being thoroughly tested, targeting the next Q4 product release.

    For ease, Simple language now provides new inline functions for JQ, JsonPath and XPath expressions.

    ${jq(.customer.name)}
    ${jsonpath($.customer.name)}
    ${xpath(/order/@id)}

    Apache Camel 4.4 introduces a new feature called "Variables" that enhances data management across different scopes within Camel routes. Variables are key/value pairs that can be defined at various levels—locally per Exchange, per route, or globally across the entire CamelContext. This flexibility allows for more organized and accessible data handling, where variables can be set, modified, and accessed much like variables in programming, but specifically tailored to the integration workflows in Camel. The introduction of variables aims to streamline the process of handling data within Camel routes, reducing the need to use headers and message bodies for passing data, which can help maintain cleaner and more maintainable route definitions.

     

    For the full list of supported components check the reference guides in the product documentation.

    Kaoto visual designer GA

    For those seeking a more intuitive no-code/low-code approach to designing integration routes, Red Hat build of Apache Camel 4.4 now supports the Kaoto visual designer in VS Code and OpenShift Dev Spaces. To install and get started with Kaoto, follow the product documentation.

    Kaoto Visual Designer for Apache Camel
    Mon, 06/10/2024 - 10:35
    ibek1@redhat.com

    HawtIO diagnostic console GA

    HawtIO is a diagnostic console which can be used for troubleshooting, managing and debugging Camel routes. For a deeper understanding of Hawtio and its functionalities, refer to the product documentation. 

    hawtio 4.0ga

    Migrations from Red Hat Fuse to Red Hat build of Apache Camel

    Red Hat published additional resources describing migration path from Red Hat Fuse to Red Hat build of Apache Camel. It also lists the Fuse to Camel solution pattern introduced in this article.

    For users who need assistance with the Fuse to Red Hat build of Apache Camel migration, Red Hat offers professional services that can help you every step of the way. Please contact your Red Hat Sales representative in order to discuss the Fuse-to-Camel offering.

    Camel CLI

    With the introduction of the HawtIO diagnostic console, Camel CLI now supports Jolokia 2.x with HawtIO 4.

    Since the last Red Hat build of Apache Camel 4.0, Camel CLI now enables debugging camel routes using the ’debug’ command.

    Camel CLI also becomes a powerful tool for migration and transformation of integration routes from older XML configurations to the latest Camel formats. The ‘transform route’ command is particularly useful for converting from traditional Spring XML or OSGi blueprint XML files, commonly found in Fuse projects, into newer DSL formats like YAML or XML IO. The command streamlines the transformation process, taking as input the old XML file paths and outputting them in the desired format, thus facilitating easier upgrades and integration with modern Camel environments.

    Newly certified and supported environments

    JDK 21 Support: In the Red Hat build of Apache Camel 4.4, Java 21 is now the recommended version with continued support of Java 17 as well.

    Updated runtimes: Quarkus 3.8 and Spring Boot 3.2

    • Added support for plain quarkus-cxf extension
    • Added support for Spring beans using @Primary for auto-wiring

    Red Hat build of Apache Camel 4.4 is now certified and supported on OpenShift ppc64Ie (IBM Power) and s390x (IBM Z) architectures.

    Red Hat build of Apache Camel 4.4 for Quarkus 3.8 (JVM-only) is now supported on aarch64 architecture.

    Red Hat build of Apache Camel 4.4 for Spring Boot 3.2 is now supported on Red Hat Device Edge - Microshift 4.15

    Easily build Camel Spring Boot applications in air-gapped (offline) environments using a new offline Maven builder.

     

    Learn more about the newly supported configurations here.

    New content

    This release includes several new examples and quickstarts such as HTTP SSL, AMQP with connection pooling, HawtIO examples and Kaoto examples.

    The product documentation was extended by a new Transaction Guide, instructions for Setting up Maven locally and XML IO DSL guide.

    Edge to Core data pipelines solution

    The published article presents a video demonstration illustrating an opinionated solution capable of automating a continuous cycle for releasing and deploying new AI/ML models.

    Next step

    • Try Camel in Developer Sandbox
    • Watch on-demand webinar Optimizing Enterprise Integration Strategies in a World of the Hybrid Cloud

    Resources

    • What’s new in Apache Camel 4.4 (community)
    • What’s new in Apache Camel 4.3 (community)
    • What’s new in Apache Camel 4.2 (community)
    • What’s new in Apache Camel 4.1 (community)
    Disclaimer: Please note the content in this blog post has not been thoroughly reviewed by the Red Hat Developer editorial team. Any opinions expressed in this post are the author's own and do not necessarily reflect the policies or positions of Red Hat.

    Recent Posts

    • Protect data offloaded to GPU-accelerated environments with OpenShift sandboxed containers

    • Case study: Measuring energy efficiency on the x64 platform

    • How to prevent AI inference stack silent failures

    • Preventing GPU waste: A guide to JIT checkpointing with Kubeflow Trainer on OpenShift AI

    • How to manage TLS certificates used by OpenShift GitOps operator

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.