MSMQ Adapter 6.0 | webMethods MSMQ Adapter Documentation | webMethods MSMQ Adapter Installation and User’s Guide Documentation | Overview of MSMQ Adapter | Overview of Queuing Concepts | Message Queuing Computer
 
Message Queuing Computer
A message queuing computer, such as an MSMQ message queuing computer, acts as an intermediary between the programs that want to exchange information. It functions as a server, controlling the flow of information in and out of a set of queues. Queues reside on the message queuing computer and you can associate multiple queues with one message queuing computer.
The programs that want to communicate with one another (whether they are the suppliers of information or the consumers of information) are the clients of message queuing. Because these programs do not interact directly, they are considered peers of one another. Under this architecture, one program is not subordinate to, or a client of, the other.
Note:
The message queuing computer does not actively process or distribute the messages it receives. Its role is to simply accept messages and hold them in the appropriate queue until a client explicitly requests them.