This illustration shows the use case Create a Topic Receiver of the class AQjmsSession in the JMS Operational Interface.
NOTE: Of the two ways to Create a Topic Receiver, this is the alternative referred to as "a."
The method used is createTopicReceiver,
for a topic of JMS type messages.
To Create a Topic Receiver, you must specify the Topic and specify the Receiver Name.
You may optionally specify the Message Selector.