Attributes

Table 1. MQ Client Connection attributes
Attribute nameAttribute descriptionAttribute typeRead/Write
NameThe name of the resourcejava.lang.StringRO
DescriptionAn arbitrary string describing the resourcejava.lang.StringRW
AdapterClassThe bridge adapter class (or alias) used to move messages from WMQe to the target MQ queuejava.lang.StringRW
AdministeredObjectClassThe class name (or alias) used to realize the resourcejava.lang.StringRO
BridgeNameIdentifies the name of the bridgejava.lang.StringRO
CCSIDThe CCSID property used by MQjava.lang.IntegerRW
ChildrenThe list of child objects[Ljava.lang.String;RO
LocalQMgrThe name of the queue manager to own the resourcejava.lang.StringRO
MQPasswordThe password used with the MQUserIDjava.lang.StringRW
MQQMgrProxyNameIdentifies the name of the MQ Proxyjava.lang.StringRO
MQUserIDThe user ID used by MQjava.lang.StringRW
MaxConnectionIdleTimeThe time (in minutes) after which an idle connection to MQ is discarded and the resources returned to the pooljava.lang.IntegerRW
PortThe IP port number used by the target MQ queue manager java.lang.StringRW
ReceiveExitThe receive exit specified at the remote end of the MQ client channel java.lang.StringRW
RunStateAn integer value representing the running state of the resourcejava.lang.IntegerRO
SecurityExitThe security exit specified at the remote end of the MQ client channel java.lang.StringRW
SendExitThe send exit specified at the remote end of the MQ client channel java.lang.StringRW
StartupRuleClassThe class (or alias) of the rule used to start the resource java.lang.StringRW
SyncQNameThe name of the synchronization queue on the MQ queue manager used by the MQBridgejava.lang.StringRW
SyncQPurgeIntervalThe time (in minutes) between successive purges of the sync queuejava.lang.IntegerRW
SyncQPurgerRulesClassThe rule class (or alias) used when a message on the sync queue indicates a failure of MQ to confim a messagejava.lang.StringRW

Parent topic: MQ Client Connection