Using the CORBA Notification Service
|
|
Processes requests for subscriptions and event postings.
TMNTS SRVGRP="identifier" SRVID="number"queuespace
[CLOPT="[-A] [servopts options]
[--[-S]"]
TMNTS is a BEA Tuxedo-provided server that processes all requests for subscriptions and event postings.
Note: If you plan to use subscriptions with a QoS of Persistent, you must create a queue space, a queue for holding events, and an error queue before the system is operational. The queue space name must match the queuespace name specified using the CLOPT -S queuespace parameter for the TMNTS server. The event queue must be named TMNTSFWD_P. The error queue must be named TMNTSFWD_E.
It is possible to boot more then one TMNTS server to increase reliability and availability.
The TMNTS server must be part of a transactional group if events will be posted in the context of a transaction.
TMNTS must run on BEA WebLogic Enterprise version 5.0 or later or BEA Tuxedo 8.0 or later.
The TMNTS server relies on services provided by the TMUSREVT and TMSYSEVT servers. Therefore, these servers must be booted before the system is operational. If transient subscriptions are used, the TMNTSFWD_T server must also be booted before the system is operational. If persistent subscriptions are used, the TMNTSFWD_P, TMQUEUE, and TMQFORWARD servers must also be booted before the system is operational.
*SERVERS
TMNTS SRVGRP = NTS_GRP SRVID = 3
CLOPT = "-A -- -s TMNTSQS"
TMSYSEVT(5), TMUSREVT(5), TMQUEUE(5), TMQFORWARD(5), TMNTSFWD_P, TMNTSFWD_T(5), UBBCONFIG(5)
|
|
|