Previous Topic Next topic Print topic


To create an XA resource for a trigger monitor

Follow the steps in the topic To Add an XA Resource to an Enterprise Server Instance using the following properties:

For one-phase commit transactions
ID MQXA
Name MQSERIES
Module DFHEIBMQ
Open string tpm=ESCICS,axlib=casaxlib.so,qmname=queue manager name
Enabled checked
For two-phase commit transactions
ID MQXA
Name MQSERIES
Module ESMQXA
Open string tpm=CICS,axlib=casaxlib,qmname=queue manager name, channel, trptype, conname
QMNAME
The name of the queue manager. This is a mandatory parameter.
TPM
The transaction manager being used. Must be set to CICS.
AXLIB
The name of the library that contains the transaction manager's ax_reg and ax_unreg functions. Must be set to casaxlib.
CHANNEL
The name of an MQI channel. If this parameter is supplied, the CONNAME parameter must also be supplied.
TRPTYPE
The communications protocol for the MQI channel. The following are valid values:
LU62
SNA LU 6.2
NETBIOS
NetBIOS
SPX
IPX/SPX
TCP
TCP/IP
The default is TCP.
CONNAME
The network address of the queue manager. The valid values of this parameter depend on the value of the TRPTYPE parameter.
If TRPTYPE is set to: CONNAME must be:
LU62 A symbolic destination name, which identifies a CPI-C side information entry.

You cannot use the network qualified name of a partner LU or a partner LU alias.

NETBIOS A NetBIOS name.
SPX A 4-byte network address, a 6-byte node address, and an optional 2-byte socket number.

These values must be specified in hexadecimal notation. A period must separate the network and node addresses, and any socket number must be enclosed in parentheses. For example:

0a0b0c0d.804abcde23a1(5e86)

The default value is 5e86.

TCP A host name or an IP address, optionally followed by a port number in parentheses. The default value is 1414.
If this parameter is supplied, the CHANNEL parameter must also be supplied.
Enabled checked
Previous Topic Next topic Print topic