Class
class TopicSubscriber : MessageConsumer
Consume messages from a topic.
This class inherits almost all of its behavior from MessageConsumer
; it adds only two properties.
Member
|
Description
|
---|---|
Properties
|
|
NoLocal
|
bool {get;}
When
true , the subscriber does not receive messages sent through the same server connection (that is, the connection associated with the subscriber).
Programs set this property when creating the subscriber, and cannot subsequently change it.
|
Topic
|
Topic {get;}
The subscriber consumes messages from this topic.
Programs set this topic property when creating the subscriber, and cannot subsequently change it.
|
TIBCO Enterprise Message Service™ .NET Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |