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 |
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 |
GetFromQMgr | The name of the queue manager that the home server queue will pull messages from | java.lang.String | RO |
LocalQMgr | The name of the queue manager to own the resource | java.lang.String | RO |
MQeClass | The class of the resource | java.lang.String | RO |
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 |
Transporter | The class (or alias) that flows messages over the channel to the target queue | java.lang.String | RW |
Parent topic: Home Server queue