1.5.3.1 Oracle Tuxedo MQ Adapter Configuration

To support MQ application follow the instructions list below:

  1. In the Oracle Tuxedo MQ Adapter configuration file, the TM_MQI *SERVICE sections must be defined as follows: For message with MQIIH structure:
    *SERVICE
           NAME=< mq_service_name >
           FORMAT= MQIMS
           TRAN = N
    For message without MQIIH structure:
    *SERVICE
           NAME=< mq_service_name>
           FORMAT= MQIMSVS
           TRAN = N
    Here <mq_service_name> is the ARTIGW advertised service; the service name is configurable.
  2. In the TM_MQI configuration file *SERVER section, the following parameters must be specified.
    *SERVER 
          TPESVCFAILDATA=Y
          REPLYONSVCERR=Y
          MSGTYPEONTPFAIL=Y
          IMPORTMQMD=Y
  3. In the UBBCONFIG file, TM_MQI server must be in a Group configured with TMS Server for the WebSphere MQ Resource Manager.