[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]

Create a TemporaryQueue object

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

public TemporaryQueue CreateTemporaryQueue()
Public Function CreateTemporaryQueue As TemporaryQueue
public:
TemporaryQueue^ CreateTemporaryQueue()

Return Value

a temporary queue identity

Remarks

A temporary queue lasts no longer than the connection. That is, when the connection is closed or broken, the server deletes temporary queues associated with the connection. It will be recreated during connection recovery.

Exceptions

ExceptionCondition
EMSExceptionif the session fails to create a temporary queue due to some internal error.

See Also