Content deleted Content added
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary |
||
Line 1:
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
In [[telecommunications]], a '''message exchange pattern''' ('''MEP''') describes the [[pattern]] of [[Message passing|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, [[Hypertext Transfer Protocol|HTTP]] is a ''request–response'' pattern protocol, and [[User Datagram Protocol|UDP]] is a ''one-way'' pattern.<ref>{{cite book|last=Erl|first=Thomas|title=Service Oriented Architecture: Concepts, Technology, and Design|year=2005|publisher=Pearson Education|___location=Indiana|isbn=0-13-185858-0|pages=171}}</ref>
|