88 Geac System21 commerce.connect: Implementation on the iSeries Server
4.2.6 MQSeries
This section explains how to set up MQSeries for vendor.connect.
Creating a queue manager
You must first create a queue manager:
1. Enter the following command:
WRKMQM
If a default queue manager doesn't already exist, create one using the following command:
CRTMQM MQMNAME(VCQM) TEXT('vendor.connect queue manager') DFTQMGR(*YES)
Alternatively, press F6 on the WRKMQM display. You must create your queue manager as
the default. You cannot change this at a later date. AIF database triggering only works with
the default. We recommend that you call the queue manager the same name as the
iSeries name, but it is not required.
2. Grant authorization to the MQSeries Manager ...