Skip to main content
Redhat Developers  Logo
  • Products

    Featured

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat OpenShift AI
      Red Hat OpenShift AI
    • Red Hat Enterprise Linux AI
      Linux icon inside of a brain
    • Image mode for Red Hat Enterprise Linux
      RHEL image mode
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • Red Hat Developer Hub
      Developer Hub
    • View All Red Hat Products
    • Linux

      • Red Hat Enterprise Linux
      • Image mode for Red Hat Enterprise Linux
      • Red Hat Universal Base Images (UBI)
    • Java runtimes & frameworks

      • JBoss Enterprise Application Platform
      • Red Hat build of OpenJDK
    • Kubernetes

      • Red Hat OpenShift
      • Microsoft Azure Red Hat OpenShift
      • Red Hat OpenShift Virtualization
      • Red Hat OpenShift Lightspeed
    • Integration & App Connectivity

      • Red Hat Build of Apache Camel
      • Red Hat Service Interconnect
      • Red Hat Connectivity Link
    • AI/ML

      • Red Hat OpenShift AI
      • Red Hat Enterprise Linux AI
    • Automation

      • Red Hat Ansible Automation Platform
      • Red Hat Ansible Lightspeed
    • Developer tools

      • Red Hat Trusted Software Supply Chain
      • Podman Desktop
      • Red Hat OpenShift Dev Spaces
    • Developer Sandbox

      Developer Sandbox
      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Secure Development & Architectures

      • Security
      • Secure coding
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
      • View All Technologies
    • Start exploring in the Developer Sandbox for free

      sandbox graphic
      Try Red Hat's products and technologies without setup or configuration.
    • Try at no cost
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • Java
      Java icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • API Catalog
    • Product Documentation
    • Legacy Documentation
    • Red Hat Learning

      Learning image
      Boost your technical skills to expert-level with the help of interactive lessons offered by various Red Hat Learning programs.
    • Explore Red Hat Learning
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

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

Simplify your migration effort using our template-based solution pattern

March 27, 2024
Michael Thirion Ivo Bek
Related topics:
IntegrationKubernetes
Related products:
Red Hat build of Apache CamelRed Hat Fuse

Share:

    This article proposes a simplified migration path for Red Hat build of Apache Camel that aims to drastically decrease your migration effort using a template-based solution pattern.

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

    Modernization is about more than just adopting the latest technologies; we should do it in a way that is both reliable and cost-effective to ensure that the investments we make today will preserve their impact and utility well into the future. Therefore, we choose vendor-neutral solutions that offer longevity, scalability, and flexibility. By utilizing integration best practices and patterns, developer teams can focus on high-value tasks.

    Red Hat Fuse is the Red Hat solution for integrating applications based on Apache Camel version 2. Red Hat build of Apache Camel 4 is a versatile application development toolkit for enterprise integration that simplifies and standardizes how we connect diverse systems. We minimized the number of steps that it requires to write and run a Camel integration to iterate fast regardless of runtime or later CI/CD approaches. To deploy and manage integration services on OpenShift we offer Camel K operator which automates operational tasks and configures additional service traits to easily customize the behavior of the final integration without writing code. Depending on your specific needs, you can choose which approach or a combination best fits the envisioned solution.

    Our aim is that we can, for example, modernize Camel 2 on Spring Boot 2 integrations to Camel 4 and Spring Boot 3. They can run as they did before the modernization. When we decide to move them closer to cloud services and make them scalable in the cloud, we can adopt Red Hat OpenShift. First, building images and deploying integration services manually. Later, automating builds and deployments via Red Hat OpenShift Pipelines/Argo CD. We can choose to make some of them serverless Spring Boot integrations. Finally, we can leverage the CI/CD pipelines and operate integrations via Camel K operator. Set up the infrastructure and define the integration manifest and configurations—all without changing integration code. This creates a cohesive, agile, and secure infrastructure that supports the organization’s current needs and future growth.

    Making the migration easier

    The migration toward the Red Hat build of Apache Camel can look challenging to people because this is a major turn with potential technical changes at multiple levels. If we look at the possibly hardest migration path (migrating from Apache Camel 2.x with Blueprint XML on Karaf OSGI over a virtual machine to a cloud-native Quarkus-based Camel 4.x application on Kubernetes), the migration would have to consider the following technical constraints:

    • Fabric8 to be changed to OpenShift
    • Karaf to be transformed to Quarkus base
    • OSGI features list to be replaced by maven dependencies
    • Camel BOM dependencies to be redirected to a set of versions
    • OpenJDK to be upgraded to v11 or v17, with an impact on the embedded JAXB libraries
    • Camel XML to be modified to new XML format and namespace

    Our solution pattern proposes a simplified migration path that aims to drastically decrease the migration effort. It hides the technical details of the migration with ready-to-use templates in order to reduce the migration to:

    • Camel components whose name has changed but the behavior remains the same. For example, camel-http4 has simply become camel-http.
    • Deprecated components for which a workaround has to be implemented. For example, xmljson needs to be re-implemented with JAXB, Jackson, or other libraries.

    Try out the solution pattern

    This Fuse to Camel template-based migration pattern is available for you to try out. The solution pattern includes the instructions, code templates, samples, and a walk-through guide.

    Solution patterns are fully coded and easily reproducible solutions to common use cases faced by organizations and can be used to inspire technical decision makers on how to achieve their goals with Red Hat's cloud-native application development and delivery platform. Do explore the other solutions patterns as well.

    Related Posts

    • Choose the best Camel for your integration ride, Part 1

    • Choose the best camel for your integration ride, Part 2

    • Choose the best camel for your integration ride, Part 3

    • Using VS Code to develop Spring Boot-based Camel and Red Hat Fuse projects

    • Apache Camel Language support in CodeMirror

    • Move your APIs into the serverless era with Camel K and Knative

    Recent Posts

    • Meet the Red Hat Node.js team at PowerUP 2025

    • How to use pipelines for AI/ML automation at the edge

    • What's new in network observability 1.8

    • LLM Compressor: Optimize LLMs for low-latency deployments

    • How to set up NVIDIA NIM on Red Hat OpenShift AI

    What’s up next?

    In this activity, you will learn how to build a virtual application network (also known as a service network) and create connections across multiple clouds using Red Hat Service Interconnect.

    https://developers.redhat.com/developer-sandbox/activities/connect-services-across-different-environments
    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform

    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

    Red Hat legal and privacy links

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

    Report a website issue