- 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.
- MySQL數(shù)據(jù)庫管理實(shí)戰(zhàn)
- Python從小白到大牛
- TypeScript實(shí)戰(zhàn)指南
- AutoCAD VBA參數(shù)化繪圖程序開發(fā)與實(shí)戰(zhàn)編碼
- Learning Apache Mahout Classification
- Learning Salesforce Einstein
- Android程序設(shè)計(jì)基礎(chǔ)
- R用戶Python學(xué)習(xí)指南:數(shù)據(jù)科學(xué)方法
- Illustrator CS6設(shè)計(jì)與應(yīng)用任務(wù)教程
- Spring Boot從入門到實(shí)戰(zhàn)
- Java Web應(yīng)用開發(fā)
- 打造流暢的Android App
- 熱處理常見缺陷分析與解決方案
- Web 2.0策略指南
- Python輕松學(xué):爬蟲、游戲與架站