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 |
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 |
DestinationQMgrs |
The queue manager destinations for which a store (or forward) queue
will hold messages |
[Ljava.lang.String; |
RW |
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 message that may 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 |
Transporter |
The class (or alias) that flows messages over the channel to the target
queue |
java.lang.String |
RW |