- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 138字
- 2021-06-24 19:17:25
Spring AMQP
This subproject supports the AMQP protocol in Spring Framework. It provides a template to interact with the message broker. A template is like a super high-level API that supports the send and receive operations.
There are two projects in this set: spring-amqp, which can be used for ActiveMQ for instance, and spring-rabbit, which adds support for the RabbitMQ broker. This project enables broker administration through the APIs to declare queues, bindings, and exchanges.
These projects encourage the extensive use of dependency injection provided by the core container, because they make the configuration more declarative and easy to understand.
Nowadays, the RabbitMQ broker is the popular choice for the messaging applications, and Spring provides full support for client interactions up to the level of administration tasks.
- Access 數(shù)據(jù)庫(kù)應(yīng)用教程
- 控糖控脂健康餐
- Python自動(dòng)化運(yùn)維快速入門(第2版)
- C語言程序設(shè)計(jì)立體化案例教程
- Unity Game Development Scripting
- R Data Analysis Cookbook(Second Edition)
- OpenCV 4計(jì)算機(jī)視覺項(xiàng)目實(shí)戰(zhàn)(原書第2版)
- Java程序員面試筆試寶典(第2版)
- Building Dynamics CRM 2015 Dashboards with Power BI
- Mockito Essentials
- Python Digital Forensics Cookbook
- Learning D3.js 5 Mapping(Second Edition)
- Spring Boot從入門到實(shí)戰(zhàn)
- Python編程基礎(chǔ)與數(shù)據(jù)分析
- Oracle API Management 12c Implementation