10.24.0

ISessionCreateNonDurableTopicEndpoint Method

Creates a non-durable Topic Endpoint. The non-durable Topic Endpoint must be bound to by a IFlow on this session.

The non-durable endpoint is created on the appliance when a consumer is bound on this session.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
ITopicEndpoint CreateNonDurableTopicEndpoint()

Return Value

ITopicEndpoint
Returns a non-durable Topic Endpoint

Exceptions

ObjectDisposedException Thrown when the session is already disposed (terminal state).
OperationErrorException Thrown when the operation fails.

See Also