- 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.
- C++ Primer習題集(第5版)
- Boost C++ Application Development Cookbook(Second Edition)
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- R語言數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- Python高效開發(fā)實戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- Java性能權威指南(第2版)
- Learning OpenStack Networking(Neutron)(Second Edition)
- Unity 2D Game Development Cookbook
- 編程菜鳥學Python數(shù)據(jù)分析
- C++編程兵書
- Building Dynamics CRM 2015 Dashboards with Power BI
- 實戰(zhàn)Java高并發(fā)程序設計(第2版)
- PrimeFaces Blueprints
- 邊玩邊學Scratch3.0少兒趣味編程