Explain MSMQ - Networking

Explain MSMQ.

Microsoft Message Queue is a protocol for messaging. Applications are allowed for running on disparate servers for communicating in a fail-safe manner. A queue is referred as a temporary storage location. From this location messages are sent based on certain conditions permission. The process enables the communication across heterogeneous networks and among computers in which they are not always being connected. MSMQ is available to developers who works on Microsoft platforms and commonly used in enterprise software, which built with Visual Studio. Windows Communication Foundation framework uses MSMQ. Under WCF, MSMQ provides secure, reliable transport with a unified programming model which is compatible with other communication standards.
What are Passive and Active FTPs? - Networking
Active FTP: A Client connects from a random unprivileged port to the FTP server port 21, using Active FTP......
What is Maximum Transmission Unit (MTU)? - Networking
Maximum Transmission Unit is the size of a layer of communication protocols of the largest protocol data unit which it can pass onwards........
What is the Ethernet technology? - Networking
Ethernet is a LAN architecture, which was developed by Xerox Corporation in cooperation with DEC and Intel.......
Post your comment