Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
[SerializableAttribute] public class TemporaryQueue : Queue |
<SerializableAttribute> _ Public Class TemporaryQueue _ Inherits Queue |
[SerializableAttribute] public ref class TemporaryQueue : public Queue |
Remarks
A TemporaryQueue object can be created at either the Session or QueueSession level. Creating a TemporaryQueue at the Session level allows the TemporaryQueue to participate in transactions with objects from the Pub/Sub domain. If a TemporaryQueue is created at the QueueSession level, it will only be able participate in transactions with objects from the PTP domain.
Programs can use temporary queues as reply destinations. A temporary queue exists only for the duration of the session’s connection, and is available only within that connection. Only consumers associated with the same connection as the temporary queue can consume messages from it.
Inheritance Hierarchy
TIBCO.EMS.UFO..::.Destination
TIBCO.EMS.UFO..::.Queue
TIBCO.EMS.UFO..::.TemporaryQueue