Microsoft Message Queuing (MSMQ)

 

Microsoft Message Queuing (MSMQ)

MSMQ is essentially a messaging protocol that allows applications running on disparate servers to communicate in a failsafe manner. A queue is a temporary storage location from which messages can be sent when conditions permit. This enables communication across heterogeneous networks and between computers which may not always be connected. By contrast sockets and other network protocols assume that direct connections always exist.

©2010 kwiboo™ ltd
Close