MQOPEN options relating to message context

 

If you want to be able to associate context information with a message when you put it on a queue, use one of the message context options when you open the queue.

The options allow you to differentiate between context information that relates to the user who originated the message, and that which relates to the application that originated the message. Also, we can opt to set the context information when you put the message on the queue, or we can opt to have the context taken automatically from another queue handle.

For more information about the subject of message context, see Message context.

 

Parent topic:

Using the options of the MQOPEN call


fg12240_