[AIX, Linux, Windows]

IBM MQ client connection integer attributes

The attributes with predefined values (for example, an enumerated type) are stored as standard integers. These values are stored in the LDAP directory as integer values, and not by using the associated constant name.

ibm-amqConnectionAffinity

This LDAP attribute specifies whether client applications, which connect multiple times using the same queue manager name, use the same client channel.

This attribute has a single integer value. It is not a pre-existing attribute.

ibm-amqClientChannelWeight

This LDAP attribute specifies a weighting that influences which client connection channel definition is used.

The client channel weighting attribute is used to bias the selection of client channel definitions when more than one suitable definition is available.

This attribute has a single integer value. It is not a pre-existing attribute.

ibm-amqHeartBeatInterval

This LDAP attribute specifies the approximate time between heartbeat flows that are to be passed from a sending MCA when there are no messages on the transmission queue.

This attribute has a single integer value. It is not a pre-existing attribute. The default value is 1. The default is set in the current MQSERVER environment variable operation.

ibm-amqKeepAliveInterval

This LDAP attribute is used to specify a time-out value for a channel.

The value of this attribute is passed to the communications stack specifying the keepalive timing for the channel. You can use this to specify a different keepalive value for each channel.

This attribute has a single integer value. It is not a pre-existing attribute.

ibm-amqMaximumMessageLength

This LDAP attribute specifies the maximum length of a message that can be transmitted on the channel.

The default value of this attribute is 104857600 as per the current MQSERVER environment variable operation. This attribute has a single integer value and it is not a pre-existing attribute.

ibm-amqSharingConversations

This LDAP attribute specifies the maximum number of conversations that share each TCP/IP channel instance.

This attribute has a single integer value. This attribute is not a pre-existing attribute.

ibm-amqTransportType

This LDAP attribute specifies the transport type to be used.

This attribute has a single integer value. It is not a pre-existing attribute.