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 |
Aliases | Alternative names for the resource | [Ljava.lang.String; | RW |
ChannelAttributeRules | The rule class (or alias) to be associated with the channel attribute | java.lang.String | RW |
ChannelTimeout | The time (in milliseconds) after which an outgoing idle channel will be turned off | java.lang.Long | RW |
Connections | A list of connections owned by this queue manager | [Ljava.lang.String; | RO |
MQBridges | A list of bridges owned by this queue manager | [Ljava.lang.String; | RO |
Queues | A list of queues owned by this queue manager | [Ljava.lang.String; | RO |
Rule | The rule class (or alias) to be used by this queue manager | java.lang.String | RW |
MaxTransThreads | The maximum number of threads that will be spawned to service the transmission needs of the queue manager | java.lang.Integer | RW |
Version | The version of WMQe hosting the queue manager | [Ljava.lang.String; | RO |
CommsListeners | A list of communications listeners owned by this queue manager | [Ljava.lang.String; | RO |
BridgeCapable | Indicates whether the queue manager is bridge capable | java.lang.Boolean | RO |
MQeClass | The class of the resource | java.lang.String | RO |
QMsgStore | The default message store class (or alias) for a queue that determines how messages on that queue are stored | java.lang.String | RW |
QAdapter | The default storage adapter class (or alias) for a queue | java.lang.String | RW |
QPath | The default path for messages to be stored for queues | java.lang.String | RW |
Parent topic: Queue manager