- RabbitMQ Cookbook
- Sigismondo Boschi Gabriele Santomaggio
- 147字
- 2021-07-19 18:52:49
Introduction
In this chapter, we are going to present some recipes on the RabbitMQ extensions.
These extensions are not in AMQP 0-9-1 standard and using them will break AMQP compatibility with other compliant brokers.
On the other hand , they have been included, sometime in a slightly different form, in AMQP 0-10 (http://www.amqp.org/specification/0-10/amqp-org-download), so there is an easy path to port them. Finally, they are often the efficient solution to optimization issues.
The examples in this chapter are going to be more realistic, for example, configuration parameters, such as queue
and exchange
, and routing key names will be defined in the Constants
interface in the Java sources. In fact, a real application will follow this approach or will eventually read them from configuration files to share them among different applications.
However, we will not specify the Constants
namespace in the following sections to improve shortness and readability.
- Docker進階與實戰
- Vue.js 3.x從入門到精通(視頻教學版)
- C語言程序設計案例式教程
- 機械工程師Python編程:入門、實戰與進階
- Elasticsearch Server(Third Edition)
- Python時間序列預測
- 軟件供應鏈安全:源代碼缺陷實例剖析
- SQL Server 2008 R2數據庫技術及應用(第3版)
- 貫通Tomcat開發
- 寫給青少年的人工智能(Python版·微課視頻版)
- Monitoring Docker
- Java 7 Concurrency Cookbook
- Zend Framework 2 Cookbook
- 可視化H5頁面設計與制作:Mugeda標準教程
- Django 2.0 入門與實踐