Home
How do applications send and receive messages?
Application programs send and receive messages using MQI calls.
For example, to put a message onto a queue, an application:
- Opens the required queue by issuing an MQI MQOPEN call
- Issues an MQI MQPUT call to put the message onto the queue
Another application can retrieve the message from the same queue by issuing an MQI MQGET call
Parent topic:
What is a message?
fa10340_
Home