[TIBCO.EMS .NET client library 5.1 documentation]

Create a TemporaryQueue object

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.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.

Exceptions

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

See Also