Inquiring about the attributes of an object

 

Use the MQINQ call to inquire about the attributes of any type of WebSphere MQ object.

As input to this call, supply:

The output from MQINQ is:

If you open a queue for output or inquire and it resolves to a non-local cluster queue we can only inquire the queue name, queue type, and common attributes. The values of the common attributes are those of the chosen queue if MQOO_BIND_ON_OPEN was used. The values are those of an arbitrary one of the possible cluster queues if either MQOO_BIND_NOT_FIXED was used or MQOO_BIND_AS_Q_DEF was used and the DefBind queue attribute was MQBND_BIND_NOT_FIXED. See WebSphere MQ Queue Manager Clusters for more information.

The values returned by the call are a snapshot of the selected attributes. The attributes can change before your program acts on the returned values.

There is a description of the MQINQ call in the Application Programming Reference.

 

Parent topic:

Inquiring about and setting object attributes


fg13590_