Location |
|
Host Name |
Specifies the host name for the MQ Queue Manager. |
Port |
Specifies the port number to connect to the
Queue Manager. Defaults to 1414, the default for Queue Managers. |
Queue Manager |
Specifies the name of the Queue Manager to connect
to. The name can have a maximum length of 48 characters. |
Channel Name |
Specifies the channel name to use to connect
to the Queue Manager. The name can have a maximum length of 20 characters. |
Login |
User Name |
User name for the account used to connect to
the Queue Manager. The name has a maximum length of 12 characters.
This account must be defined in the mqm group in MQ |
|
Note: For some of the fields in the endpoint, you can define configuration properties to
supply the values for these fields. The  icon is displayed when
you click in a field that supports a configuration property and a
configuration property of the same type has already been configured
for the project.
|
Connection Pool Options |
(Default values are provided for the connection pool options,
but can be changed.) |
Minimum Connections |
Specifies the number of connections
in the connection pool that the Integration Appliance always keeps
open. Specifying 0 is supported. |
Maximum Connections |
Specifies the maximum number of connections
that the Integration Appliance has open in the connection pool. If
you change the default value, the value must be greater than or equal
to the value specified for Minimum Connections.
Valid values are 1 - 50. If you enter a value greater than 50, the
value is reset to 50. |
Maximum Idle Time |
Specifies the amount of time that a
connection can be open and idle before being closed by the Integration
Appliance. Specifying 0 means that the connections are closed when
they are returned to the pool —no idle time. |
Security |
|
SSL/TLS |
The connector supports secure communication using SSL/TLS protocol.
To enable secure communication:
- Select the SSL/TLS check box.
- By default, the connector uses mutual authentication to communicate with the MQ server and the client certificate alias used is "Factory Supplied Identity".
You can add your own certificate and use that alias name in the endpoint panel. The client certificate used in the configuration has to be added in the MQ server as well.
- The default cipher suite used is SSL_RSA_WITH_AES_128_CBC_SHA256.
|
Client Certificate Alias Name |
The client certificate alias used for mututal authentication.
|
CipherSuite Name |
Name of a CipherSuite supported by your JSSE provider.
|