To configure HCL Commerce to use IBM MQ, you must enable the
transport adapter and then activate the IBM MQ transport.
Procedure
-
Enable the transport adapter.
-
Open the 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 and close the file.
-
Activate the IBM MQ transport.
-
Open the HCL Commerce Administration Console.
-
Expand .
-
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.