ISession.CreateNonDurableTopicEndpoint Method

Solclient

ISessionCreateNonDurableTopicEndpoint Method
version: 7.2.1.27
Overload List
  Name Description
Public method CreateNonDurableTopicEndpoint
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.

Public method CreateNonDurableTopicEndpoint(String)
Creates a non-durable Topic Endpoint based on the given name. 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.

Top
See Also