Integrating systems with Apache Camel and Quarkus on Red Hat OpenShift

4 · Red Hat · May 18, 2021, 4:05 a.m.
Apache Camel has been a massively successful tool for integrating heterogeneous systems for more than a decade. You have probably dealt with a situation where you have two systems that were not designed to communicate with each other but still need to exchange data. That's exactly the kind of situation where Camel and its integration pipelines can help. This article shows how Quarkus uses Camel. Figure 1 shows Camel's basic operation: Data from one system passes through a transport designed for ...