Event Subscription
Jolt Event Subscription receives event notifications from either Oracle Tuxedo services or other Oracle Tuxedo clients:
- Unsolicited Event Notifications —a Jolt client receives these notifications as a result of a Oracle Tuxedo client or service subscribing to unsolicited events, and an Oracle Tuxedo client issuing a broadcast (using either a
tpbroadcast()
or a directly targeted message via atpnotify()
ATMI call). Unsolicited event notifications do not need theTMUSREVT
server. -
Brokered Event Notifications
—a Jolt client
receives these notifications through the Oracle Tuxedo Event
Broker. The notifications are only received when both Jolt clients
subscribe to an event and any Oracle Tuxedo client or server posts
an event using
tppost()
. Brokered event notifications require theTMUSREVT
server.