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 |
AdapterClass | The bridge adapter class (or alias) used to move messages from WMQe to the target MQ queue | java.lang.String | RW |
AdministeredObjectClass | The class name (or alias) used to realize the resource | java.lang.String | RO |
BridgeName | Identifies the name of the bridge | java.lang.String | RO |
CCSID | The CCSID property used by MQ | java.lang.Integer | RW |
Children | The list of child objects | [Ljava.lang.String; | RO |
LocalQMgr | The name of the queue manager to own the resource | java.lang.String | RO |
MQPassword | The password used with the MQUserID | java.lang.String | RW |
MQQMgrProxyName | Identifies the name of the MQ Proxy | java.lang.String | RO |
MQUserID | The user ID used by MQ | java.lang.String | RW |
MaxConnectionIdleTime | The time (in minutes) after which an idle connection to MQ is discarded and the resources returned to the pool | java.lang.Integer | RW |
Port | The IP port number used by the target MQ queue manager | java.lang.String | RW |
ReceiveExit | The receive exit specified at the remote end of the MQ client channel | java.lang.String | RW |
RunState | An integer value representing the running state of the resource | java.lang.Integer | RO |
SecurityExit | The security exit specified at the remote end of the MQ client channel | java.lang.String | RW |
SendExit | The send exit specified at the remote end of the MQ client channel | java.lang.String | RW |
StartupRuleClass | The class (or alias) of the rule used to start the resource | java.lang.String | RW |
SyncQName | The name of the synchronization queue on the MQ queue manager used by the MQBridge | java.lang.String | RW |
SyncQPurgeInterval | The time (in minutes) between successive purges of the sync queue | java.lang.Integer | RW |
SyncQPurgerRulesClass | The rule class (or alias) used when a message on the sync queue indicates a failure of MQ to confim a message | java.lang.String | RW |
Parent topic: MQ Client Connection