- 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.
- OpenStack Cloud Computing Cookbook(Third Edition)
- Express Web Application Development
- Visual Basic程序設計上機實驗教程
- PLC應用技術(三菱FX2N系列)
- Getting Started with React Native
- SQL 經典實例
- Beginning C++ Game Programming
- Python網絡爬蟲技術與應用
- Hands-On Robotics Programming with C++
- Robot Framework Test Automation
- Learning Concurrency in Python
- ROS機器人編程實戰
- TypeScript全棧開發
- LabVIEW入門與實戰開發100例(第4版)
- Clojure編程樂趣