Configuring WebSphere Application Server for use with IBM MQ

You can configure WebSphere Application Server for use with IBM MQ by determining the maximum number of ManagedConnections for the JCA-JMS connector, creating a IBM MQ messaging provider queue connection factory, creating IBM MQ messaging provider queue destinations, and configuring advanced properties for JMSQueueConnectionFactory and JMSOutboundQueue.

Note: For runtime environments, you can leverage Run Engine commands to configure WebSphere Application Server for use with IBM MQ. For more information, see Run Engine commands.
You can use the following Run Engine commands in your Transaction server Docker container:
  • change-mqadapter-max-connection
  • create-jms-connection-factory
  • create-jms-queues
HCL Commerce Version 9.1.10.0 or laterNote: Integration with IBM MQ was simplified in HCL Commerce 9.1.10.0.

Specifically, the configuration of WebSphere Application Server is now automated, and much of the following manual configuration can be skipped. Instead, you must provide IBM MQ configuration information during deployment within your deployment configuration.

To specify your IBM MQ integration configuration for HCL Commerce deployments:

The following tasks explain how to configure the connection through the WebSphere Application Server Administrative Console.

Procedure