- 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.
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- SQL Server 2016從入門到精通(視頻教學超值版)
- OpenCV實例精解
- Vue.js 3.x從入門到精通(視頻教學版)
- Mastering Articulate Storyline
- Learning AndEngine
- Ext JS 4 Web Application Development Cookbook
- C++新經典
- 微信小程序開發與實戰(微課版)
- Python程序設計與算法基礎教程(第2版)(微課版)
- Django實戰:Python Web典型模塊與項目開發
- OpenCV Android開發實戰
- Clojure High Performance Programming(Second Edition)
- Instant Pygame for Python Game Development How-to