Migrating MQ Connector

The internal MQ Service implementation is modified based on the Bank Transformation Toolkit architecture.

To migrate your BTT Version 4.3 MQ Connector, do the following:
  1. Change the following package names of referenced MQ classes:
    • change com.ibm.dse.services.mq to com.ibm.btt.services.mq
    • change com.ibm.dse.services.comms to com.ibm.btt.services.comms
  2. Search the BTT definition files (such as dse.ini, dsesvrce.xml) to find com.ibm.dse.services.mq and com.ibm.dse.services.comms, and then replace them with com.ibm.btt.services.mq and com.ibm.btt.services.comms.