tibemsTemporaryTopic
Type
Remarks
Programs create temporary topics using tibemsSession_CreateTemporaryTopic.
A temporary topic 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 topic can consume messages from it.
Servers connected by routes do exchange messages sent to temporary topics.
All functions that accept a topic or a generic destination as an argument also accept a temporary queue.
Function | Description |
---|---|
tibemsSession_CreateTemporaryTopic | Create a temporary topic. |
tibemsSession_DeleteTemporaryTopic | Delete a temporary topic. |
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.