C

All the C parameters are passed in using a parameter structure. This structure needs to be initialized before it can be used - set it to QMGR_INIT_VAL.

Table 1. Parameter structures for C
Element TypeElement NameNotes
MQEINT32opFlagsFlags to indicate what parts of this structure have been set/requested
MQeStringHndlhDescription 
MQeStringHndlhQueueManagerRules 
MQEINT64channelTimeOut 
MQeStringHndlhQueueStore 
MQeVectorHndlhQueues 
MQeVectorHndlhConnections 
MQEBOOLbridgeCapableValid values {MQE_TRUE, MQE_FALSE}

Parent topic: Queue manager attributes