queue-sharing group, shared queue" /> ObjectQMgrName (MQCHAR48)
Home

 

ObjectQMgrName (MQCHAR48)

This is the name of the queue manager on which the ObjectName object is defined. The characters that are valid in the name are the same as those for ObjectName (see above). A name that is entirely blank up to the first null character or the end of the field denotes the queue manager to which the application is connected (the local queue manager).

The following points apply to the types of object indicated:

This is an input/output field for the MQOPEN call when ObjectName is the name of a model queue, and an input-only field in all other cases. The length of this field is given by MQ_Q_MGR_NAME_LENGTH. The initial value of this field is the null string in C, and 48 blank characters in other programming languages.



 

Home