tibemsTemporaryQueue Type Purpose Programs can use temporary queues as reply destinations. Remarks Programs create temporary queues using tibemsSession_CreateTemporaryQueue. 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. All functions that accept a queue or a generic destination as an argument also accept a temporary queue. Function Description Page tibemsSession_CreateTemporaryQueue Create a temporary queue. 302 tibemsSession_DeleteTemporaryQueue Delete a temporary queue. 305 Related Types tibemsDestination on page 144 tibemsQueue on page 150