- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 152字
- 2021-06-24 19:17:25
Spring JMS
The idea of this project provides a JMS integration with ideas of Spring Framework projects and supplies a high-level API to interact with brokers. The worst part of a JMS specification is that it has a lot of boilerplate code to manage and close connections.
The JmsTemplate is a central class for this module, and it enables us to send messages to the broker. The JMS specification has a lot of intrinsic behaviors to handle the creation and releases resources, for instance, the JmsTemplate class do this tasks automatically for developers.
The module also supports transactional requirements. The JmsTransactionManager is the class that handles the transactional behavior of the Spring JMS module.
Spring removes the boilerplate code with a couple of annotations. The framework increases the readability of the code and makes the code more intuitive as well.
- 自制編譯器
- Delphi程序設(shè)計(jì)基礎(chǔ):教程、實(shí)驗(yàn)、習(xí)題
- Rust編程:入門(mén)、實(shí)戰(zhàn)與進(jìn)階
- Learning Flask Framework
- 跟小海龜學(xué)Python
- Learning ASP.NET Core 2.0
- Apache Spark 2 for Beginners
- Visual C++串口通信技術(shù)詳解(第2版)
- 精通Python自然語(yǔ)言處理
- Learning Apache Mahout Classification
- Protocol-Oriented Programming with Swift
- 數(shù)據(jù)結(jié)構(gòu):Python語(yǔ)言描述
- 原型設(shè)計(jì):打造成功產(chǎn)品的實(shí)用方法及實(shí)踐
- 少兒編程輕松學(xué)(全2冊(cè))
- JavaScript Unit Testing