MQOPEN options for setting and inquiring about attributes

 

To open a queue so that we can set its attributes, use the MQOO_SET option. We cannot set the attributes of any other type of object (see Inquiring about and setting object attributes).

To open an object so that we can inquire about its attributes, use the MQOO_INQUIRE option.

We cannot specify this option when opening a distribution list.

 

Parent topic:

Using the options of the MQOPEN call


fg12230_