4.6.5.2 Subscribing to Notifications
If a Jolt client subscribes to a single event notification, the
client receives both unsolicited messages and event notification.
Subscribing to an event implicitly enables unsolicited
notification. This means that if the application creates a
JoltUserEvent object for Event "X", the client automatically
receives notifications directed to it as a result of
tpnotify()
or tpbroadcast()
.
Note:
Subscribing to single event notification is not the recommended method for enabling unsolicited notification. If you want unsolicited notification, the application should explicitly subscribe to unsolicited notifications (as described in the JoltUserEvent class). The next section is about unsubscribing from notifications.Parent topic: Oracle Tuxedo Event Subscription