ISessionCreateTemporaryTopic Method
Creates a temporary topic for this session. Only a consumer on this
session should bind to this topic; although clients on other sessions
can publish to it.
Temporary topics can only be used to bind to non-durable endpoints.
Connect must be called before calling this method.
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
ITopic CreateTemporaryTopic()
Return Value
ITopicReturn a temporary topic for this session
ObjectDisposedException |
Thrown when the session is already disposed (terminal state).
|
OperationErrorException |
Thrown when the operation fails.
Possible sub-codes:
|