- Mastering RabbitMQ
- Emrah Ayanoglu Yusuf Ayta? Dotan Nahum
- 180字
- 2021-07-23 14:52:47
An introduction to the advanced message queue protocol
John O'Hara from J. P. Morgan started AMQP in 2003. He put incredible amount of work into it. Then, J. P. Morgan approached other firms to establish an organization for creating open standards in messaging. According to AMOP's official website (standard for passing messages between applications or organizations. So, AMQP just defines the messaging properties, queue properties, how messages are routed between applications and clients, how Message Brokers ensure that the message is received or sent, and other concerns such as reliability and security.
According to the AMQP website (http://www.amqp.org), AMQP has lots of capabilities to accomplish goals:
- Security
- Reliability
- Interoperability
- Standard
- Open standard
Interoperability and reliability are very important for today's software engineering problems. The power of AMQP comes from its features like interoperability, reliability and so forth. Especially, with interoperability, we can use different types of technologies in sender and receiver. The main problem for most of the Internet giants is scalability. Scalability has direct relationship to reliability. Chapter 3, Architecture and Messaging, covers the details and specifications of AMQP.
- 從零開(kāi)始:數(shù)字圖像處理的編程基礎(chǔ)與應(yīng)用
- MySQL 8從入門(mén)到精通(視頻教學(xué)版)
- Microsoft Dynamics 365 Extensions Cookbook
- Machine Learning with R Cookbook(Second Edition)
- 動(dòng)手玩轉(zhuǎn)Scratch3.0編程:人工智能科創(chuàng)教育指南
- Learning Linux Binary Analysis
- 零基礎(chǔ)學(xué)MQL:基于EA的自動(dòng)化交易編程
- MATLAB實(shí)用教程
- Visual Basic學(xué)習(xí)手冊(cè)
- 利用Python進(jìn)行數(shù)據(jù)分析(原書(shū)第3版)
- Python 3.7從入門(mén)到精通(視頻教學(xué)版)
- Hands-On Nuxt.js Web Development
- C++語(yǔ)言程序設(shè)計(jì)
- Building Serverless Architectures
- TypeScript 2.x By Example