IBM MQ messaging provider connection factory client transport settings
Use this panel to view or change the client transport settings of a connection factory, queue connection factory, or topic connection factory for use with the IBM MQ messaging provider. Client transport properties affect how a client connection is established with an IBM MQ queue manager or queue-sharing group. Updates to the settings take effect when the server is restarted.
To view IBM MQ connection factory, queue connection factory, or topic connection factory client transport settings, use the administrative console to complete the following steps:
- In the navigation pane, click...
Resources > JMS.
- Click Connection factories, Queue connection factories, or Topic connection factories to display existing connection factories, queue connection factories or topic connection factories.
- Select the name of the connection factory, queue connection factory, or topic connection factory to work with.
- In the content pane under Additional Properties, click Client transport properties to view a list of the client transport settings of the IBM MQ connection factory, queue connection factory, or topic connection factory.
Under General Properties there are two groups of properties:
- Additional SSL settings (for more information about setting the SSL properties for IBM MQ, see SSL properties in the Use Java section of the IBM MQ Knowledge center)
- Channel exits
Make any required changes to these groups and then click Apply to return to the connection factory, queue connection factory or topic connection factory.
When specifying IBM MQ properties, the following restrictions apply:
- Names can have a maximum of 48 characters, with the exception of channels, which have a maximum of 20 characters.
- The property values specified must match the values specified when configuring IBM MQ for JMS resources. For more information about configuring IBM MQ for JMS resources, see the Use Java section of the IBM MQ IBM Knowledge center.
An IBM MQ connection factory, queue connection factory, or topic connection factory has the following client transport settings properties:
Certificate revocation list
A list of LDAP URLs pointing to LDAP repositories of SSL certificates that might have been revoked.
Information Value Data type String Default No certificate revocation list Range The value must be a space-separated list of LDAP URLs.
Peer name
A name (possibly including wildcards) that must match the distinguished name of the peer SSL certificate for a connection to be established.
Information Value Data type String Default Do not check the distinguished name of the peer certificate. Range Validated according to the rules for an IBM MQ SSLPEER channel parameter.
Reset count
The total number of bytes to transfer over an SSL connection before renegotiating the symmetric encryption keys used to secure the connection.
Information Value Data type Integer Default 0 (do not renegotiate) Range The value must be in the range 0 through 999,999,999 (inclusive).
Receive exits
A comma-separated list of Java class names corresponding to receive exits to be loaded.
Information Value Data type String
Receive exit initialization data
Initialization data to be passed to the receive exit.
Information Value Data type String
Send exits
A comma-separated list of Java class names corresponding to send exits to be loaded.
Information Value Data type String
Send exit initialization data
Initialization data to be passed to the send exit.
Information Value Data type String
Security exit
A Java class name corresponding to the security exit to be loaded.
Information Value Data type String
Security exit initialization data
Initialization data to be passed to the security exit.
Information Value Data type String
Configure a unified connection factory for the IBM MQ messaging provider Configure a topic connection factory for the IBM MQ messaging provider Configure a queue connection factory for the IBM MQ messaging provider Mapping of administrative console panel names to command names and IBM MQ names
IBM MQ messaging provider queue connection factory settings IBM MQ messaging provider topic connection factory settings