Habari Client for ActiveMQ 6.12
Object Pascal STOMP client library for Apache ActiveMQ
TBTTopicSubscriber Class Reference

A client uses a TopicSubscriber object to receive messages that have been published to a topic. More...

Inheritance diagram for TBTTopicSubscriber:
TBTMessageConsumer ITopicSubscriber IMessageConsumer

Additional Inherited Members

- Public Member Functions inherited from TBTMessageConsumer
 Close ()
 Closes the message consumer. More...
 
IMessage ReceiveNoWait ()
 Receives the next message if one is immediately available.
 
- Protected Attributes inherited from TBTMessageConsumer
Boolean NoLocal
 

Detailed Description

A client uses a TopicSubscriber object to receive messages that have been published to a topic.

A TopicSubscriber object is the publish/subscribe form of a message consumer. A MessageConsumer can be created by using Session.CreateConsumer.