- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 172字
- 2021-06-24 19:17:25
Spring Messaging
Spring Framework supports a wide range of messaging systems. The Java platform is recognized as providing excellent support for messaging applications, and Spring Framework follows this approach and offers a variety of projects to help developers to write powerful applications with more productivity and fewer lines of infrastructure code. The basic idea of these projects is to provide some template classes that have the convenience methods to interact with the messaging systems.
Also, the project supplies some listener annotations to provide support for listening to messages from the brokers. The framework maintains the standard for different projects. In general, the prefix of the annotations is the name of the messaging system, for example, @KafkaListener.
The framework supplies many abstractions to create messaging applications in a generic way. This is interesting stuff because the application requirements change during the application lifecycle and the message broker solution may change as well. Then, with small changes, the application built with the Spring message module can work in different brokers. This is the goal.
- 程序員面試筆試寶典(第3版)
- Python數(shù)據(jù)分析基礎(chǔ)
- 云原生Spring實(shí)戰(zhàn)
- 軟件項(xiàng)目管理實(shí)用教程
- FFmpeg開發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到短視頻上線
- Node.js區(qū)塊鏈開發(fā)
- PHP+MySQL動(dòng)態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- 游戲設(shè)計(jì)的底層邏輯
- 算法超簡(jiǎn)單:趣味游戲帶你輕松入門與實(shí)踐
- 大話代碼架構(gòu):項(xiàng)目實(shí)戰(zhàn)版
- Raspberry Pi Robotic Projects
- Python程序設(shè)計(jì)現(xiàn)代方法
- Mathematica Data Visualization
- 寫給所有人的編程思維
- Go Programming Cookbook(Second Edition)