- 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.
- Java逍遙游記
- DBA攻堅指南:左手Oracle,右手MySQL
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- Building a RESTful Web Service with Spring
- .NET 4.0面向對象編程漫談:基礎篇
- 從0到1:HTML+CSS快速上手
- Mastering Rust
- Learning Selenium Testing Tools(Third Edition)
- Visual Basic程序設計上機實驗教程
- Hadoop 2.X HDFS源碼剖析
- UML2面向對象分析與設計(第2版)
- Scratch從入門到精通
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- Mastering ASP.NET Core 2.0
- Python Automation Cookbook