Network Deployment (Distributed operating systems), v8.0 > Reference > Sets
WebSphere MQ messaging provider activation specification client transport properties
Use this panel to view or change the client transport properties of an activation specification for use with the WebSphere MQ messaging provider. These properties affect how a client connection is established with a WebSphere MQ queue manager or queue-sharing group. Updates to the properties take effect when the server is restarted.
To view WebSphere MQ activation specification client transport properties, use the administrative console...
- In the navigation pane, click Resources > JMS ->Activation specifications to display existing activation specifications.
- If appropriate, in the content pane, change the Scope setting to the level at which the activation specifications are defined. This restricts the set of activation specifications displayed.
- Select the name of the activation specification that you want to work with.
- In the content pane, under Additional properties, click Client transport properties to display a list of the client transport properties of the WebSphere MQ activation specification.
Under General Properties there are two groups of properties:
- Additional SSL settings (for more information about setting the SSL properties for WebSphere MQ, see SSL properties in the Using Java section of the WebSphere MQ information center)
- Channel exits
Make any required changes to these groups and then click Apply to return to the activation specification.
When specifying WebSphere 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 that you specify must match the values specified when configuring WebSphere MQ for JMS resources. For more information about configuring WebSphere MQ for JMS resources, see the Use Java section of the WebSphere MQ information center.
A WebSphere MQ activation specification has the following client transport 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.
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).
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 using the rules for a WebSphere MQ SSLPEER channel parameter.
Receive exit or 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 exit or 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 an activation specification for the WebSphere MQ messaging provider
Related
Map of administrative console panel names to command names and WebSphere MQ names
WebSphere MQ library
WebSphere MQ messaging provider activation specification settings