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