2.4 Building the Oracle Tuxedo MQ Adapter Servers
To build the MQ adapter servers, execute the following commands as the Oracle Tuxedo
administrator with write permission in the $TUXDIR/bin
directory:
buildmqadapter -v
This command will install the TM_MQI, TM_MQO, and TMQUEUE_MQM servers in the
$TUXDIR/bin
directory. The -v option indicates that buildmqadapter will
write the buildserver and compiler command lines used to link the 3 servers as part of its
output.
Note:
You must use the build utilities to build the Oracle Tuxedo MQ Adapter Servers.Alternatively the MQ adapter servers can be built one at a time using the following commands:
buildTM_MQI -v -o $TUXDIR/bin/TM_MQI
buildTM_MQO -v -o $TUXDIR/bin/TM_MQO
buildTMQUEUE_MQM -v -o $TUXDIR/bin/TMQUEUE_MQM
(If building the servers one at a time, it is possible to specify $APPDIR instead of $TUXDIR/bin as the output directory.)