- Mastering Apache Camel
- Jean-Baptiste Onofré
- 91字
- 2021-07-16 13:50:20
Easy configuration and URI
Camel uses a different approach based on URI. The endpoint itself and its configuration are on the URI.
The URI is human readable and provides the details of the endpoint, which is the endpoint component and the endpoint configuration.
As this URI is part of the complete configuration (which defines what we name a route, as we will see later), it's possible to have a complete overview of the integration logic and connectivity in a row. We will cover this in detail in Chapter 2, Core Concepts.
推薦閱讀
- Java 開發(fā)從入門到精通(第2版)
- Offer來了:Java面試核心知識點精講(原理篇)
- JavaScript+jQuery開發(fā)實戰(zhàn)
- Vue.js 3.0源碼解析(微課視頻版)
- Flux Architecture
- Qlik Sense? Cookbook
- Python 3 Object:oriented Programming(Second Edition)
- Android系統(tǒng)下Java編程詳解
- PowerDesigner 16 從入門到精通
- Groovy 2 Cookbook
- PHP Microservices
- 一步一步學(xué)Spring Boot:微服務(wù)項目實戰(zhàn)(第2版)
- 絕密原型檔案:看看專業(yè)產(chǎn)品經(jīng)理的原型是什么樣
- Visual C#(學(xué)習(xí)筆記)
- C# 10核心技術(shù)指南