- 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
推薦閱讀
- DB2 V9權威指南
- 黑客攻防從入門到精通(實戰(zhàn)秘笈版)
- 算法零基礎一本通(Python版)
- 控糖控脂健康餐
- Elastic Stack應用寶典
- Python程序設計
- 基于Swift語言的iOS App 商業(yè)實戰(zhàn)教程
- Java程序設計:原理與范例
- Hands-On Functional Programming with TypeScript
- Scientific Computing with Scala
- Mathematica Data Analysis
- Swift Playgrounds少兒趣編程
- 微信小程序開發(fā)與實戰(zhàn)(微課版)
- Node.js開發(fā)指南
- Developing Java Applications with Spring and Spring Boot