Queues
Message queues are the buffering mechanism that makes MSMQ an effective tool for developing loosely coupled applications. Queues store a message until an appropriate application sees fit to retrieve the message. Queues make it possible for various components to communicate, even though they execute at different times and at various locations within an enterprise.
Queue Types
Although all queues provide the same basic functionality, acting as a temporary store for messages, several types of queues are used by MSMQ and MSMQ applications:
Message queues
Administration (acknowledgement) queues
Response queues
Journal queues
Dead Letter queues
Report queues
Applications or application administrators create the first three application queue types. ...
Get COM+ Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.