- Mastering RabbitMQ
- Emrah Ayanoglu Yusuf Ayta? Dotan Nahum
- 194字
- 2021-07-23 14:52:51
Chapter 3. Architecture and Messaging
RabbitMQ server simply solves messaging problems. But what is the meaning of messaging itself? Sometimes, the term messaging is confused with real-time messaging such as chat messages, SMS messages, and so on. These systems also have the messaging system in their subsystems; however, we are talking about a somewhat different issue.
By the dictionary definition, messaging is a short communication transmitted by words, signals, or other means from one person, station, or group to another. In computer engineering, definition of messaging seems like the dictionary definition. Messaging simply takes the messages from a producer and sends it to the consumers by the computer engineering definition. In messaging systems, we are using some architecture related to messaging and elements. Moreover, we have different functionalities of the elements in the messaging system. So, we will start our most important chapter with the messaging concepts and their roots, and then we'll dive into the details of AMQP that describes the RabbitMQ mechanism. The following list shows the structure of this chapter:
- Messaging and use cases of messaging
- Enterprise messaging
- Messaging related software architectures
- Messaging concepts
- Advanced message queuing protocol (AMQP)
- Android Jetpack開發:原理解析與應用實戰
- HoloLens Beginner's Guide
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- MySQL 8 DBA基礎教程
- PyTorch Artificial Intelligence Fundamentals
- WordPress Plugin Development Cookbook(Second Edition)
- Linux命令行與shell腳本編程大全(第4版)
- JavaScript程序設計(第2版)
- Building Serverless Architectures
- Buildbox 2.x Game Development
- App Inventor少兒趣味編程動手做
- 多媒體技術及應用
- 微前端設計與實現
- 金融商業數據分析:基于Python和SAS
- Instant Pygame for Python Game Development How-to