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

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

Procedure