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:
  1. Start the MQSeries subsystem
      CL: STRSBS SBSD(QMQM/QMQM);
     
  2. Create a default MQ message queue manager. For example:
      CL: ADDLIBLE QMQM;
      CL: CRTMQM MQMNAME(MJAQM) DFTQMGR(*YES);
     
    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.
  3. Start the default MQ message queue manager.
      CL: STRMQM MQMNAME(MJAQM);