|
Microsoft Message Queuing or even MSMQ occurs as technology developed by Microsoft & deployed inside its Windows Server operating systems since Windows NT 4 and Windows 95. MSMQ is au fond the messaging protocol that allows applications going around disparate servers to communicate in the failsafe manner.
MSMQ has been available to developers inside Microsoft platforms since its number one version, & has normally been utilized in enterprise package built sustaining Visual Studio, both in the pre-.NET incarnation (version 5 and 6), and in Visual Studio .NET. Microsoft is incorporating MSMQ inside its first messaging & RPC technology framework, Indigo, which is scheduled to ship in the Longhorn timeframe.
image: Msmq.jpg
MSMQ is responsible dependably redeeming messages between applications within & outside a enterprise. MSMQ ensures dependable delivery by placing messages that fail to email their designed destination around a queue then resending the babies another time the destination is approachable.
MSMQ too supports dealings. It permits multiple operations around multiple queues, by using 100% of the operations wrapped in one dealings, so ensuring that either 100% or even none of the operations may require consequence. Microsoft Distributed Transaction Coordinator (MSDTC) supports transactional access to MSMQ & more resources.
|