- RabbitMQ Essentials
- David Dossot
- 95字
- 2021-07-16 11:56:39
Chapter 1. A Rabbit Springs to Life
Messaging or message queuing is a style of communication between applications or components that enables a loosely coupled architecture. Advanced Message Queuing Protocol (AMQP) is a specification that defines the semantics of an interoperable messaging protocol. RabbitMQ is an Erlang-based implementation of AMQP, which supports advanced features such as clustering.
In this chapter, we will cover the following topics:
- Introducing concepts and terminology related to messaging
- Discovering AMQP and RabbitMQ
- Presenting the context in which all the book's examples will take place
- Installing and configuring RabbitMQ
推薦閱讀
- 現代C++編程:從入門到實踐
- Clojure Programming Cookbook
- Android應用程序開發與典型案例
- Intel Galileo Essentials
- Mastering Spring MVC 4
- Django Design Patterns and Best Practices
- 64位匯編語言的編程藝術
- 網店設計看這本就夠了
- Apache Spark 2.x for Java Developers
- WordPress 4.0 Site Blueprints(Second Edition)
- 編程菜鳥學Python數據分析
- 持續輕量級Java EE開發:編寫可測試的代碼
- Python機器學習:預測分析核心算法
- RealSenseTM互動開發實戰
- Spring Boot+MVC實戰指南