- Mastering Apache Camel
- Jean-Baptiste Onofré
- 213字
- 2021-07-16 13:50:19
Chapter 1. Key Features
After a quick introduction about what Apache Camel is, this chapter will introduce the key features provided by Camel. It provides just an overview of these features; the details will come in dedicated chapters.
In an enterprise, you see a lot of different software and systems in the IT ecosystem. In order to consolidate the data and sync the systems, the enterprise would want to implement communication and integration of these systems. This communication or integration is not so easy, as we have to deal with the specifications on each system the protocol and the message's data format are different most of the time, so we have to transform and adapt to each system.
Using point-to-point communication is one option. However, the problem with this approach is that we tighten the integration of a couple of systems. Changing to other systems or protocols requires refactoring of the implementation. Moreover, dealing with multiple systems is not so easy with point-to-point.
So, instead of point-to-point, we use mediation. Mediation reduces complexity and provides a more flexible approach by adding and using a tier between the systems (man in the middle). The purpose is to facilitate the information flow and integration of the systems.
Apache Camel is a mediation framework.
- C程序設(shè)計(jì)簡(jiǎn)明教程(第二版)
- Mastering C# Concurrency
- JS全書:JavaScript Web前端開發(fā)指南
- UVM實(shí)戰(zhàn)
- 從零開始:UI圖標(biāo)設(shè)計(jì)與制作(第3版)
- Clean Code in C#
- OpenMP核心技術(shù)指南
- R語言:邁向大數(shù)據(jù)之路(加強(qiáng)版)
- Java并發(fā)編程之美
- RESTful Web Clients:基于超媒體的可復(fù)用客戶端
- OpenCV with Python Blueprints
- Python大規(guī)模機(jī)器學(xué)習(xí)
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- R語言實(shí)戰(zhàn)(第2版)
- JBoss AS 7 Development