Home

 

How do applications send and receive messages?

 

+

Search Tips   |   Advanced Search

 

Application programs send and receive messages using MQI calls.

For example, to put a message onto a queue, an application:

  1. Opens the required queue by issuing an MQI MQOPEN call
  2. 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