tibemsTopicSubscriber_GetNoLocal


Function

Purpose

Get the no local property of a topic subscriber.

C Declaration

tibems_status tibemsTopicSubscriber_GetNoLocal( 
    tibemsTopicSubscriber topicSubscriber, 
    tibems_bool* noLocal ); 

COBOL Call

CALL "tibemsTopicSubscriber_GetNoLocal" 
     USING BY VALUE topicSubscriber, 
           BY REFERENCE noLocal, 
           RETURNING tibems-status 
END-CALL. 

topicSubscriber has usage pointer.

Parameters

Parameter
Description
topicSubscriber
Get the property from this subscriber.
noLocal
The function stores the property value in this location.

Remarks

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