Microsoft Message Queuing (MSMQ) messaging allows multiple concurrent users of Component Enabler to access an Agile Business Suite System, by making more efficient use of system resources, and reducing the overheads associated with establishing and maintaining individual connections for each user session. This is an alternative to the existing method of connecting to the Runtime system using individual TCP/IP connections.
Using MSMQ messaging, you can eliminate this overhead by using a message queue to replace the individual TCP/IP connections to the host. With a message queue the hosts only need one TCP/IP connection to retrieve messages from the queue, and to send responses.
This is done by replacing individual TCP/IP connections to the host with message queuing, using MSMQ. The Windows platform accesses MSMQ directly via ActiveX and does not need any additional clients or connectors.
Refer to the Microsoft website at https://msdn.microsoft.com/en-us/library/ms711472(v=vs.85).aspx for more information on MSMQ.