![]() | Programming Guide | ![]() |
Unsubscribes to an event managed by the Oracle Tuxedo event broker
unsubscribe {ALL | SIDsubscriptionId} [NOTIMEOUT]
ALL- Removes all event subscriptions, except persistent subscriptions—that is, those whose subscribe command used the
PERSISToption.SIDsubscriptionId- Unsubscribe from the event specified by
subscriptionId, even if the subscription is persistent. You obtainsubscriptionIdat the time the event is subscribed to.NOTIMEOUT- Execution of the command disregards the blocking timeout; however, transaction timeouts remain in effect.
Oracle Tuxedo
Client, Server
The
unsubscribecommand removes event subscriptions from Oracle Tuxedo's event broker. The command lets you unsubscribe all events, or specific or persistent events.The
tp_returnproperty is set to number of subscriptions canceled after successful execution of the command.