BEA TUXEDO system domain gateway process
GWTDOMAIN
SRVGRP
= "identifier
" SRVID
= "number
" RQADDR
= "queue_name
"
REPLYQ
= N
RESTART
= Y
[MAXGEN
= value
] [GRACE
= value
]
GWTDOMAIN
is the domain gateway process that provides interdomain communication. GWTDOMAIN
processes comunicate with other GWTDOMAIN
processes in remote domains.
Domain gateways are described in the SERVERS
section of the UBBCONFIG
file and the BDMCONFIG
file. Domain gateways must be always associated with a particular group, that is, SRVGRP
must be set to the corresponding GRPNAME
tag specified in the GROUPS
section. The SVRID
parameter is also required and its value must consider the maximum number of gateways allowed within the domain group. The RESTART
parameter should be set to Y
. The REPLYQ
parameter should be set to N
.
The GWTDOMAIN
process must be in the same group as the GWADM
(5) process, with the GWADM
listed first. Multiple GWTDOMAIN
processes can be configured for a domain; each must be configured in a different BEA TUXEDO group.
The following example shows the definition of a Domains gateway group in the UBBCONFIG
file.
*GROUPS
DMADMGRP LMID=mach1 GRPNO=1
gwgrp LMID=mach1 GRPNO=2
*SERVERS
DMADM SRVGRP="DMADMGRP" SRVID=1001 REPLYQ=N RESTART=Y MAXGEN=5 GRACE=3600
GWADM SRVGRP="gwgrp" SRVID=1002 REPLYQ=N RESTART=Y MAXGEN=5 GRACE=3600
GWTDOMAIN SRVGRP="gwgrp" SRVID=1003 RQADDR="gwgrp" REPLYQ=N RESTART=Y MAXGEN=5 GRACE=3600
See also the EXAMPLES
section of ubbconfig
(5) and dmconfig
(5).
DMADM
(5), dmconfig
(5), GWADM
(5), servopts
(5), tmadmin
(1), tmboot
(1), ubbconfig
(5), BEA TUXEDO Domains Guide, Administering the BEA TUXEDO System