Attributes

Table 1. Application queue attributes
Attribute nameAttribute descriptionAttribute typeRead/Write
NameThe name of the resourcejava.lang.StringRO
DescriptionAn arbitrary string describing the resourcejava.lang.StringRW
ActiveA Boolean value indicating whether the queue is active or notjava.lang.BooleanRO
AdapterThe adapter class (or alias) to be used by the queuejava.lang.StringRW
AliasesAlternative names for the resource[Ljava.lang.String;RW
AttributeRuleThe attribute class (or alias) associated with the security attributes of the queuejava.lang.StringRW
AuthenticatorThe authenticator class (or alias) associated with the queuejava.lang.StringRW
CompressorThe compressor class (or alias) associated with the queuejava.lang.StringRW
CryptorThe cryptor class (or alias) associated with the queuejava.lang.StringRW
CreationDateThe time (in milliseconds since midnight Jan1, 1970 GMT) the queue object was createdjava.lang.LongRO
CurrentDepthThe number of messages currently on the queuejava.lang.IntegerRO
ExpiryThe time (in milliseconds) after which messages places on the queue expirejava.lang.LongRW
LocalQMgrThe name of the queue manager to own the resourcejava.lang.StringRO
MaxDepthThe maximum number of messages that may be placed on the queuejava.lang.IntegerRW
MaxMessageSizeThe maximum size of a message that may be placed on the queuejava.lang.IntegerRW
MessageStoreThe class (or alias) determines how messages on the queue are stored java.lang.StringRO
MessagesThe message bodies of messages on the queue [Ljava.lang.String;RO
MQeClassThe class of the resource java.lang.StringRO
PathThe path locating the physical storage for the queuejava.lang.StringRO
PriorityThe default priority to be associated with messages on the queuejava.lang.ByteRW
RuleThe rule class (or alias) to be used by the queuejava.lang.StringRW
TargetRegistryThe registry to be used by the authenticatorjava.lang.ByteRW

Parent topic: Application queue