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 |
Active | A Boolean value indicating whether the queue is active or not | java.lang.Boolean | RO |
Aliases | Alternative names for the resource | [Ljava.lang.String; | RW |
BridgeName | The bridge object that handles the target MQ queue | java.lang.String | RW |
ClientConnection | The name of the client connection 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 |
Expiry | The time (in milliseconds) after which messages places on the queue expire | java.lang.Long | RW |
DestinationQMgr | The name of the queue manager to own the physical queue | java.lang.String | RO |
LocalQMgr | The name of the queue manager to own the resource | java.lang.String | RO |
MaxIdleTime | The maximum time (in seconds) that the MQ bridge queue can hold onto an idle connection before it is returned to the connection pool | java.lang.Integer | RW |
MaxMessageSize | The maximum size of a message that may be placed on the queue | java.lang.Integer | RW |
MQQueueManagerProxy | The target MQ QueueManager associated with the queue | java.lang.String | RW |
MQRemoteQueueName | The actual queue name of the remote MQ queue | java.lang.String | RW |
MQeClass | The class of the resource | java.lang.String | RO |
Rule | The rule class (or alias) to be used by the queue | java.lang.String | RW |
Transformer | The transformer class (or alias) converting the message from MQe to MQ format | java.lang.String | RW |
Parent topic: MQ Bridge queue