extended transactional client, configuring an extended transactional client, use by Tuxedo, xa_open string, XA switch structure" />
Home
Configuring for Tuxedo
To configure an extended transactional client for use by Tuxedo, do the following:
- In the GROUPS section of the Tuxedo UBBCONFIG file for an application, use the OPENINFO parameter to specify an xa_open string.
For an example of how to do this, see the sample UBBCONFIG file, which is supplied for use with the Tuxedo sample programs. On AIX, HP-UX, and Solaris, the name of the file is ubbstxcx.cfg and, on Windows systems, the name of the file is ubbstxcn.cfg .
- In the entry for a queue manager in the Tuxedo resource manager table:
- udataobj/RM (AIX, HP-UX, and Solaris)
- udataobj\rm (Windows systems)
specify the name of an XA switch structure and the fully qualified path name of the library that contains the structure. For an example of how to do this for each platform, see the section that describes the Tuxedo sample programs in the WebSphere MQ Application Programming Guide. Tuxedo supports dynamic registration of a resource manager, and so we can use either MQRMIXASwitch or MQRMIXASwitchDynamic.
Home