TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.CreateDurable Method 

Create the durable with given name and client ID.

public void CreateDurable(
   string topicName,
   string durableName,
   string clientID,
   string selector,
   bool nolocal,
   bool route
);

Parameters

topicName
The name of topic on which to create durable.
durableName
The name of the durable to create.
clientID
The client ID associated with the durable (can be null).
selector
The selector associated with the durable (can be null).
nolocal
Prevents reception of messages sent on this session.
route
Designates this as a durable for another server.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if durableName is not a legal name.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace