- Mastering Apache Camel
- Jean-Baptiste Onofré
- 74字
- 2021-07-16 13:50:21
Chapter 2. Core Concepts
This chapter introduces the core concepts of Camel. These concepts are the key basis of all functionalities provided by Camel. We will use them in the next chapters. As we have seen in the previous chapter, Camel is an integration framework. This means that it provides everything to implement your mediation logic: messaging, routing, transformation, and connectivity.
We will look at the following concepts:
- Messages
- Exchanges
- Camel contexts
推薦閱讀
- Java程序設計(慕課版)
- Practical UX Design
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- JavaFX Essentials
- C# 從入門到項目實踐(超值版)
- Django:Web Development with Python
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- PhoneGap Mobile Application Development Cookbook
- 微信小程序開發解析
- PLC應用技術(三菱FX2N系列)
- 詳解MATLAB圖形繪制技術
- 編寫高質量代碼:改善Objective-C程序的61個建議
- 深入理解BootLoader
- Python編程快速上手2
- Hands-On Dependency Injection in Go