[TIBCO.EMS .NET client library 6.3 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Create a TemporaryQueue object
Namespace:
TIBCO.EMSAssembly: 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
Exception | Condition |
---|---|
TIBCO.EMS..::.EMSException | if the session fails to create a temporary queue due to some internal error. |