- Spring Integration Essentials
- Chandan Pandey
- 112字
- 2021-07-23 20:50:49
Working with message channels
We defined messages and we discussed how message endpoints act on the messages, so where does a message channel fit in? A message channel is an implementation of the EAI design pattern that decouples the endpoint. Endpoints do not need to be aware of each other's type; they register with channels and it's the responsibility of the channel to deliver the messages safely between endpoints. Each channel has a logical identity—it may be a unique name or ID through which it can be referred and registered to. Depending on how channels handle the messages, they can be classified in two broad categories:
- Point-to-point channel
- Publish-subscribe channel
推薦閱讀
- Spring Cloud Alibaba核心技術與實戰案例
- Kibana Essentials
- 樂高機器人設計技巧:EV3結構設計與編程指導
- Learning Laravel 4 Application Development
- Unity 5.x By Example
- Spring Boot企業級項目開發實戰
- Linux:Embedded Development
- 51單片機C語言開發教程
- Python算法詳解
- Advanced Express Web Application Development
- Windows Embedded CE 6.0程序設計實戰
- Python編程入門(第3版)
- Jakarta EE Cookbook
- Docker on Windows
- 計算思維與Python編程