Attributes

Table 1. Store queue attributes
Attribute nameAttribute descriptionAttribute typeRead/Write
NameThe name of the resource.java.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
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
DestinationQMgrsThe queue manager destinations for which a store (or forward) queue will hold messages[Ljava.lang.String;RW
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 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
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
TransporterThe class (or alias) that flows messages over the channel to the target queuejava.lang.StringRW

Parent topic: Store queue