赞
踩
Messaging is a method of communication between software components or
applications.
A messaging system:peer to peer (P2P)点对点
Messaging enables distributed communication that is loosely coupled
消息传递支持松散耦合的分布式通信
Sender和receiver不需要知道对方的任何信息,除了要使用什么消息格式和目的地之外
不同于 tightly coupled 紧密耦合的通信技术 比如 Remote Method Invocation (RMI)(远程方法调用):要求应用程序知道远程应用程序的方法。
也不同于e-mail:是人与人或人与应用程序间的通信。
Messaging is used for communication between software applications or software components 消息用于应用程序之间或软件组成之间的通信
A message service : **software component functionality **软件组件的功能
一种**peer to peer(P2P)**通信
每个组件既是client也是server
sender只需要知道要发送的数据格式和receiver的目的地
loosely coupled cimmunication 松散耦合
Google Cloud Messaging (GCM) Service;Google Cloud Messaging (GCM) Service;Java Messaging Service (JMS);Xiaomi MIUI Cloud Messaging Service
Message-oriented Middleware (MOM) is a software or hardware that provides a communication channel between **heterogeneous **applications, platforms and systems by passing messages across between the communicating systems.
面向消息的中间件(MOM)是一种软件或硬件,它通过在通信系统之间传递消息,在异构应用程序、平台和系统之间提供一个通信通道。
[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-eTBFTeWV-1640226990834)(/Users/mac/Library/Application Support/typora-user-images/image-20211217130749774.png)]
Microsoft’s Message Queuing (MSMQ)
Oracle’s Java Messaging Service (JMS)
IBM’s WebSphere Message Queuing (WebSphere MQ)
Sonic Message Queuing (Sonic MQ)
[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-SeRNjS9A-1640226990835)(/Users/mac/Library/Application Support/typora-user-images/image-20211217144536609.png)]
[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-PEKCFGcv-1640226990836)(/Users/mac/Library/Application Support/typora-user-images/image-20211217151504749.png)]
JMS Provider
JMS Clients
Messages
Ad
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。