当前位置:网站首页>Communication protocol and message format between microservices
Communication protocol and message format between microservices
2022-07-26 03:59:00 【InfoQ】


- Queue Mode is a one-to-one transmission mode . In this mode , Message producer (Producer) The destination type of message delivery for is Queue.Queue A message can only be delivered to one consumer (Consumer), If no consumer is listening to the queue , Messages will remain in the queue , Until the message consumer connects to the queue , Consumers will request messages from the queue .
- Topic Mode is a one to many message transmission mode . In this mode , Message producer (Producer) The destination type of message delivery for is Topic. The news arrived Topic after , The message server sends messages to all consumers who subscribe to this topic .
- Java Messaging services (Java Messaging Service,JMS), It faces Java Standard messaging for the platform API.
- Streaming text oriented message transfer protocol (Streaming Text Oriented Messaging Protocol,STOMP):WebSocket Communication standards .
- Advanced message queue protocol (Advanced Message Queueing Protocol,AMQP): Platform independent underlying messaging protocol , For integrating multi platform applications .
- Message queuing telemetry transmission (Message Queueing Telemetry Transport,MQTT): It is designed for small silent devices to send short messages through low bandwidth . Use MQTT Can manage IoT equipment .
边栏推荐
- Graduation season & harvest season, leave your beautiful moments
- 1311_硬件设计_ICT概念、应用以及优缺点学习小结
- Bond network mode configuration
- PHP method to find the location of session storage file
- 通用测试用例写作规范
- The convolution kernel is expanded to 51x51, and the new CNN architecture slak counterattacks the transformer
- 【程序员必备】七夕表白攻略:”月遇从云,花遇和风,晚上的夜空很美“。(附源码合集)
- 【读书笔记->数据分析】BDA教材《数据分析》书籍介绍
- 基于Caffe ResNet-50网络实现图片分类(仅推理)的实验复现
- STM32 state machine programming example - full automatic washing machine (Part 2)
猜你喜欢
随机推荐
Booking.com binke Shanghai noodles
基于JSP实现网上商城系统
中国数据库 OceanBase 入选 Forrester Translytical 数据平台报告
Chinese database oceanbase was selected into the Forrester translational data platform report
How does redis implement persistence? Explain the AOF trigger mechanism and its advantages and disadvantages in detail, and take you to quickly master AOF
电商运营小白,如何快速入门学习数据分析?
微信小程序实现音乐播放器(4)(使用pubsubjs实现页面间通信)
How to use graffiti magic color product development kit
[in depth study of 4g/5g/6g topic-42]: urllc-13 - in depth interpretation of 3GPP urllc related protocols, specifications and technical principles -7-low delay technology-1-subcarrier spacing expansio
zk-SNARK:关于私钥、环签名、ZKKSP
全校软硬件基础设施一站式监控 ,苏州大学以时序数据库替换 PostgreSQL
【数字IC/FPGA】热独码检测
Brief tutorial for soft exam system architecture designer | case analysis and problem solving skills
Three solutions: when clicking the user to exit the login, press the back button of the browser, and you can still see the previous login page.
加班一周开发了报表系统,这个低代码免费IT报表神器太好用了
One stop monitoring of the software and hardware infrastructure of the whole university, and Suzhou University replaces PostgreSQL with time series database
JS base64编码和解码
[unity3d shader] character projection and reflection
Find My技术|物联网资产跟踪市场规模达66亿美元,Find My助力市场发展
The PHP Eval () function can run a string as PHP code









