Messaging patterns also known as Message Exchange Pattern describes how client and server should exchange the message. There is a protocol between client and server for sending and receiving the message.
WCF supports following 3 types of Message Exchange Patterns
- request - reply (default message exchange pattern)
- OneWay (Simplex / datagram)
- Duplex(CallBack)