Configure WebSphere Commerce to use IBM MQ

To configure WebSphere Commerce to use IBM MQ, we must enable the transport adapter and then activate the IBM MQ transport.


Procedure

  1. Open the WebSphere Commerce configuration file.

  2. Search for the TransportAdapter component class and set the value for the enable attribute to true:

      <component compClassName="com.ibm.commerce.messaging.listener.TransportAdapter" 
      enable="true"
      name="TransportAdapter">

  3. Save the file.

  4. Open the WebSphere Application Server Administrative Console.

  5. Expand Configuration > Transports.

  6. Select IBM MQ, and click Change Status. The status is changed from inactive to active.

  7. Select IBM MQ, and click Configure.

  8. Change the value of Inbound Queue to JMSSerialInboundQueue, as created in Creating IBM MQ messaging provider queue destinations.

Previous topic: Configure WebSphere Application Server for use with IBM MQ
Next topic: Testing your IBM MQ configuration