Home
Object attributes
The properties of an object are defined by its attributes. Some we can specify, others we can only view. For example, the maximum message length that a queue can accommodate is defined by its MaxMsgLength attribute; we can specify this attribute when you create a queue. The DefinitionType attribute specifies how the queue was created; we can only display this attribute.
In WebSphere MQ, there are two ways of referring to an attribute:
- Using its PCF name, for example, MaxMsgLength.
- Using its MQSC command name, for example, MAXMSGL.
This book mainly describes how to specify attributes using MQSC commands, and so it refers to most attributes using their MQSC command names, rather than their PCF names.
Parent topic:
Objects
fa10410_
Home