Configure an extended transactional client for Tuxedo
To configure XAD resource definition for use by Tuxedo, update the UBBCONFIG file and resource manager table.
To configure XAD resource definition for use by Tuxedo, perform the following actions:- 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 the following platforms, the name of the file is
ubbstxcx.cfg:
- AIX
Windows, the name of the file is ubbstxcn.cfg.
- In the entry for a queue manager in the Tuxedo resource manager table, specify the name of an XA
switch structure and the fully qualified path name of the library that contains the structure:
- On AIX, specify udataobj/RM.
- On Windows, specify udataobj\rm.
For an example of how to do this for each platform, see TUXEDO samples. Tuxedo supports dynamic registration of a resource manager, and so we can use either MQRMIXASwitch or MQRMIXASwitchDynamic.
Parent topic: Configure XA-compliant transaction managers