You can create a transport configuration that describes the transport settings for a
service request that uses the IBM® WebSphere® Java MQ protocol. Transport and security settings can
be associated with any service request.
This topic has instructions to specify the MQ server settings. If you have a single MQ
server, you can choose to use the Default Java MQ protocol configuration
option. If, for a new request, you must point to another MQ server, you can use the instructions in
this topic to create a new transport configuration.
-
Click Generic service client
and click the Transport tab.
-
To create a new Java MQ transport configuration, in Configurations,
select Java MQ.
-
In Create Java MQ protocol configuration, specify a name for the
transport configuration.
-
Complete the following steps in the Settings tab:
-
Host: Specify the host name or IP address of the MQ server.
-
Port: Specify the port number that is used on the MQ server.
-
Channel: Name of the MQ communication channel that is used for sending and receiving
messages and specified on the server. This field is case-sensitive.
-
Queue Manager: Name of the MQ queue manager as specified on the server.
- Optional:
Use credential: To access the secure server, specify the login credentials that is
needed by the connection.
- Optional:
If necessary, complete the following steps in the SSL tab:
Learn more about the UI elements in the SSL tab:
- Select the Use MQ SSL check box when the connection to the Queue manager
uses SSL.
- Peer Name: Distinguished Name (DN) of the queue manager to be used by SSL. The
Distinguished Name is available in the SSL certificate. In MQ, a DN pattern is specified by using
the sslPeerName variable of MQEnvironment. Connections succeed only if Peer Name
matches the pattern that is specified.
- Cipher Suites: Select one of the available cipher suites to use for encrypting the
transport communications.
- Fips Required: This option specifies whether the requested cipher suite must use
FIPS-certified cryptography in WebSphere MQ.
- KeyResetCount: The total number of non-encrypted bytes that can be sent and received
within an SSL conversation before the secret key is renegotiated. If left blank or set to zero
(default), the secret key is never renegotiated. This value is ignored if no cipher suite is
specified. Valid values are integers 0 - 999,999,999.
- SSL Configuration: Select a SSL setting for the connection or click Configure
SSL to create a new SSL configuration. See Creating SSL configurations.
- Optional:
Use the Options tab to configure actions such as read, write, and browse
on the selected MQ Queues. Click
to select the configuration options.
- Optional:
Use the Advanced tab to specify the number of queue manager connections
for reading messages, temporary destination settings, and to associate a reply with a request.
-
To test the connection, click Test Transport and then click
OK.
You have created a new transport configuration to point to a MQ server.
You can now send the Java MQ requests to the configured server. See Sending WebSphere Java MQ endpoint requests.