Function
Get the no local property of a topic subscriber.
tibems_status
tibemsTopicSubscriber_GetNoLocal(tibemsTopicSubscriber
topicSubscriber,tibems_bool
* noLocal );
CALL "tibemsTopicSubscriber_GetNoLocal" USING BY VALUE topicSubscriber, BY REFERENCE noLocal, RETURNING tibems-status END-CALL.
Parameter
|
Description
|
---|---|
topicSubscriber
|
Get the property from this subscriber.
|
noLocal
|
The function stores the property value in this location.
|
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.
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |