Message Exchange Pattern
(Redirected from messaging pattern)
Jump to navigation
Jump to search
A Message Exchange Pattern is a network-oriented architecture pattern that describes how two different parts of a message passing system connect and communicate with each other.
- Example(s):
- an Asynchronous Communication Pattern, such as: a Publish-Subscribe Pattern.
- …
- See: User Datagram Protocol, Software Architecture, Architectural Pattern, Message Passing, Communications Protocol, Communication Channel, Request–Response, Stateless Communication Protocol.
References
2017
- (Wikipedia, 2017) ⇒ https://en.wikipedia.org/wiki/Messaging_pattern Retrieved:2017-5-31.
- In software architecture, a messaging pattern is a network-oriented architectural pattern which describes how two different parts of a message passing system connect and communicate with each other.
In telecommunications, a message exchange pattern (MEP) describes the pattern of messages required by a communications protocol to establish or use a communication channel. There are two major message exchange patterns — a request–response pattern, and a one-way pattern. For example, HTTP is a request–response pattern protocol, and UDP is a one-way pattern.
- In software architecture, a messaging pattern is a network-oriented architectural pattern which describes how two different parts of a message passing system connect and communicate with each other.