Home >> Computers >> Programming >> Component Frameworks >> COM >> Tools >> MSMQ




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.

Message Queuing Overview and Resources
Message Queuing (MSMQ) is an important feature of Microsoft Windows NT operating system. MSMQ provides loosely-coupled and reliable network communications services based on a messaging queuing model. (Microsoft)

Developing an MSMQ Server
The article discusses implementing a MSMQ server application using VJ++6. (Gopalan Suresh Raj)

Developing a Simple MSMQ Client
The article discusses implementing a MSMQ client using VJ++6. (Gopalan Suresh Raj)

Microsoft Message Queue Server
An overview of MSMQ. (Gopalan Suresh Raj)

QueueExplorer
Utility for managing message queues like files. MSMQ and .Net tools and articles.






© 2005 GeneralAnswers.org