Attribute name | Attribute description | Attribute type | Read/Write |
---|---|---|---|
Name | The name of the resource | java.lang.String | RO |
Description | An arbitrary string describing the resource | java.lang.String | RW |
Active | A Boolean value indicating whether the queue is active or not | java.lang.Boolean | RO |
Adapter | The adapter class (or alias) to be used by the queue | java.lang.String | RW |
Aliases | Alternative names for the resource | [Ljava.lang.String; | RW |
AttributeRule | The attribute class (or alias) associated with the security attributes of the queue | java.lang.String | RW |
Authenticator | The authenticator class (or alias) associated with the queue | java.lang.String | RW |
Compressor | The compressor class (or alias) associated with the queue | java.lang.String | RW |
Cryptor | The cryptor class (or alias) associated with the queue | java.lang.String | RW |
CreationDate | The time (in milliseconds since midnight Jan1, 1970 GMT) the queue object was created | java.lang.Long | RO |
CurrentDepth | The number of messages currently on the queue | java.lang.Integer | RO |
Expiry | The time (in milliseconds) after which messages places on the queue expire. | java.lang.Long | RW |
LocalQMgr | The name of the queue manager to own the resource | java.lang.String | RO |
MaxDepth | The maximum number of messages that may be placed on the queue | java.lang.Integer | RW |
MaxMessageSize | The maximum size of a message that can be placed on the queue | java.lang.Integer | RW |
MessageStore | The class (or alias) determines how messages on the queue are stored | java.lang.String | RO |
MQeClass | The class of the resource | java.lang.String | RO |
Path | The path locating the physical storage for the queue | java.lang.String | RO |
Priority | The default priority to be associated with messages on the queue | java.lang.Byte | RW |
Rule | The rule class (or alias) to be used by the queue | java.lang.String | RW |
TargetRegistry | The registry to be used by the authenticator | java.lang.Byte | RW |
TimerInterval | The time (in milliseconds) between attempts to get messages | java.lang.Long | RW |
Parent topic: Admin queue