![]() |
Habari STOMP Client for Artemis 9.4
Object Pascal STOMP client library for ActiveMQ Artemis
|
A client uses an ITopicSubscriber object to receive messages that have been published to a topic. More...
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. | |
A client uses an ITopicSubscriber object to receive messages that have been published to a topic.
| Boolean ITopicSubscriber::GetNoLocal | ( | ) |
| ITopic ITopicSubscriber::GetTopic | ( | ) |