Skip navigation.

Using the CORBA Notification Service

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

 


TMNTS

Synopsis

Processes requests for subscriptions and event postings.

Syntax

TMNTS SRVGRP="identifier" SRVID="number"
[CLOPT="[-A] [servopts options]
[--[-S
queuespace]"]

Description

TMNTS is a BEA Tuxedo-provided server that processes all requests for subscriptions and event postings.

Parameter

-S queuespace

The name of the queue space to use. This queue space must contain two queues: TMNTSFWD_P and TMNTSFWD_E. This option is required for persistent subscriptions only.

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.

Interoperability

TMNTS must run on BEA WebLogic Enterprise version 5.0 or later or BEA Tuxedo 8.0 or later.

Notes

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.

Example

*SERVERS
TMNTS SRVGRP = NTS_GRP  SRVID = 3 
CLOPT = "-A -- -s TMNTSQS"

See Also

TMSYSEVT(5), TMUSREVT(5), TMQUEUE(5), TMQFORWARD(5), TMNTSFWD_P, TMNTSFWD_T(5), UBBCONFIG(5)

 

Skip navigation bar  Back to Top Previous Next