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
- Open the WebSphere Commerce configuration file.
- 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">
- Save the file.
- Open the WebSphere Application Server Administrative Console.
- Expand Configuration > Transports.
- Select IBM MQ, and click Change Status. The status is changed from inactive to active.
- Select IBM MQ, and click Configure.
- 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