Habari STOMP Client for ActiveMQ 9.4
Object Pascal STOMP client library for Apache ActiveMQ
Loading...
Searching...
No Matches
ITopicSubscriber Interface Reference

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

Inheritance diagram for ITopicSubscriber:
IMessageConsumer

Public Member Functions

Boolean GetNoLocal ()
ITopic GetTopic ()
Public Member Functions inherited from IMessageConsumer
string GetMessageSelector ()
 Gets this message consumer's message selector expression.
IMessage Receive ()
 Receives the next message produced for this message consumer.
IMessage Receive (const Integer Timeout)
 Receives the next message that arrives within the specified timeout interval.
IMessage ReceiveNoWait ()
 Receives the next message if one is immediately available.
 Close ()
 Closes the message consumer.

Detailed Description

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

Member Function Documentation

◆ GetNoLocal()

Boolean ITopicSubscriber::GetNoLocal ( )
Deprecated
for removal in a future version

◆ GetTopic()

ITopic ITopicSubscriber::GetTopic ( )