WebSphere MQ messaging provider activation specification client transport properties


 

+

Search Tips   |   Advanced Search

 

Client transport 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.

  1. To display existing activation specifications.

    Resources | JMS | Activation specifications

  2. Set the Scope

  3. Select...

    activation_spec | Additional properties | Client transport properties

Under General Properties there are two groups of properties:

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:

A WebSphere MQ activation spec 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.

Data type String
Default No certificate revocation list
Range The value must be a space-separated list of LDAP URLs.

Reset count

Total number of bytes to transfer over an SSL connection before renegotiating the symmetric encryption keys used to secure the connection.

Data type Integer
Default 0 (do not renegotiate)
Range The value must be in the range 0 through 999,999,999 (inclusive).

Peer name

Name (possibly including wildcards) that must match the distinguished name of the peer's SSL certificate for a connection to be established.

Data type String
Default Do not check the distinguished name of the peer's certificate.
Range Validated using the rules for a WebSphere MQ SSLPEER channel parameter.

Receive exit or exits

Comma-separated list of Java class names corresponding to receive exits to be loaded.

Data type String

Receive exit initialization data

Initialization data to be passed to the receive exit.

Data type String

Send exit or exits

Comma-separated list of Java class names corresponding to send exits to be loaded.

Data type String

Send exit initialization data

Initialization data to be passed to the send exit.

Data type String

Security exit

A Java class name corresponding to the security exit to be loaded.

Data type String

Security exit initialization data

Initialization data to be passed to the security exit.

Data type String





 

Related

Mapping of admin console panel names to command names and WebSphere MQ names
WebSphere MQ messaging provider activation spec settings