Home

 

ObjectName (MQCHAR48)

This is the local name of the object as defined on the queue manager identified by ObjectQMgrName. The name can contain the following characters:

The name must not contain leading or embedded blanks, but can contain trailing blanks. Use a null character to indicate the end of significant data in the name; the null and any characters following it are treated as blanks. The following restrictions apply in the environments indicated:

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_NAME_LENGTH. The initial value of this field is the null string in C, and 48 blank characters in other programming languages.



 

Home