Universal Messaging 10.11 | Concepts | Commonly Used Features | Events | Behavior of Transient Events
 
Behavior of Transient Events
Events marked as transient are never stored on a channel. After they are read, Universal Messaging attempts to deliver them to any consumer that is present. If there are no consumers the events are discarded.
Due to their transient nature, such events are not supported by all subscription types.
Behavior on channels
*Non-durable subscriptions on a channel support transient events.
*Exclusive durable subscriptions on a channel support transient events.
*Shared and Serial durable subscriptions on a channel do not support transient events because transient events are not stored. Consumers connected to durable subscriptions of these types will never receive transient events.
Behavior on queues
The transient flag on an event is ignored, and the event will be processed as a non-transient event.
API support
Events can be marked as transient through the enterprise APIs for Java, C# and C++ .