DB2 MQ dependencies
In order to use the DB2® MQ functions, IBM® MQSeries® for IBM i must be installed, configured, and operational.
Detailed information on installation and configuration
can be found in the Websphere MQSeries Information
Center. At a minimum, the following steps are necessary once you have
completed the install of IBM MQSeries for IBM i:
- Start the MQSeries subsystem
CL: STRSBS SBSD(QMQM/QMQM); - Create a default MQ message queue manager. For example:
Ensure that the job default CCSID is set to the primary use for MQ since the CCSID of the MQ message queue manager is set to the job default CCSID when it is created.CL: ADDLIBLE QMQM; CL: CRTMQM MQMNAME(MJAQM) DFTQMGR(*YES); - Start the default MQ message queue manager.
CL: STRMQM MQMNAME(MJAQM);
