Attributes

Table 1. Queue Manager attributes
Attribute nameAttribute descriptionAttribute typeRead/Write
NameThe name of the resourcejava.lang.StringRO
DescriptionAn arbitrary string describing the resourcejava.lang.StringRW
AliasesAlternative names for the resource[Ljava.lang.String;RW
ChannelAttributeRulesThe rule class (or alias) to be associated with the channel attributejava.lang.StringRW
ChannelTimeoutThe time (in milliseconds) after which an outgoing idle channel will be turned offjava.lang.LongRW
ConnectionsA list of connections owned by this queue manager[Ljava.lang.String;RO
MQBridgesA list of bridges owned by this queue manager[Ljava.lang.String;RO
QueuesA list of queues owned by this queue manager[Ljava.lang.String;RO
RuleThe rule class (or alias) to be used by this queue managerjava.lang.StringRW
MaxTransThreadsThe maximum number of threads that will be spawned to service the transmission needs of the queue managerjava.lang.IntegerRW
VersionThe version of WMQe hosting the queue manager[Ljava.lang.String;RO
CommsListenersA list of communications listeners owned by this queue manager[Ljava.lang.String;RO
BridgeCapableIndicates whether the queue manager is bridge capablejava.lang.BooleanRO
MQeClassThe class of the resourcejava.lang.StringRO
QMsgStoreThe default message store class (or alias) for a queue that determines how messages on that queue are storedjava.lang.StringRW
QAdapterThe default storage adapter class (or alias) for a queuejava.lang.StringRW
QPathThe default path for messages to be stored for queuesjava.lang.StringRW

Parent topic: Queue manager