This illustration shows the use case Create a Durable Subscriber (JMS) of the class TopicSession in the JMS Operational Interface.

NOTE: Of the two ways to Create a Durable Subscriber, this is the alternative referred to as "a."

The method used is createDurableSubscriber, for a JMS topic without selector.

To Create a Durable Subscriber, you must specify the Topic and specify the Subscriber Name.