- 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)
- Learning Cython Programming(Second Edition)
- Reporting with Visual Studio and Crystal Reports
- 編程卓越之道(卷3):軟件工程化
- Mastering Spring MVC 4
- C語言程序設計
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- RabbitMQ Essentials
- Everyday Data Structures
- 單片機原理及應用技術
- Unity 5.X從入門到精通
- Python Programming for Arduino
- Python編程快速上手2
- Mastering XenApp?
- Microsoft XNA 4.0 Game Development Cookbook
- Spring Boot 2+Thymeleaf企業應用實戰