- 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.
- 移動UI設計(微課版)
- Arduino by Example
- 數據結構(Java語言描述)
- 網站構建技術
- 基于Struts、Hibernate、Spring架構的Web應用開發
- 西門子S7-200 SMART PLC編程從入門到實踐
- Multithreading in C# 5.0 Cookbook
- 微信小程序開發實戰:設計·運營·變現(圖解案例版)
- Moodle 3 Administration(Third Edition)
- UX Design for Mobile
- SSH框架企業級應用實戰
- PHP+MySQL Web應用開發教程
- MATLAB 2020 GUI程序設計從入門到精通
- 深入大型數據集:并行與分布化Python代碼
- Learning Apache Thrift