A structure which contains the information that is required to process a Queue Manager. It needs to contain information on the registry and default QueueManager QueueStore.
Data Fields | |
MQEVERSION | version |
MQEINT32 | opFlags |
MQeStringHndl | hDescription |
MQeStringHndl | hQueueManagerRules |
MQEINT64 | channelTimeOut |
MQeStringHndl | hQueueStore |
MQeVectorHndl | hQueues |
MQeVectorHndl | hConnections |
MQEBOOL | bridgeCapable |
|
Version of this structure |
|
Flag to indicate elements of structure used |
|
Description of QueueManager |
|
String identifier for the QueueManager rules |
|
Channel Timeout to be used |
|
Location of the QueueStore |
|
List of the Queues - list of MQeQMgrQParms structures |
|
List of the Connections |
|
Is this QueueManager bridge capable? |