Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 15 Administration : tibemsConsumerInfo : tibemsConsumerInfo_IsConnectionConsumer

tibemsConsumerInfo_IsConnectionConsumer
Function
Purpose
Get whether this is connection consumer.
C Declaration
tibems_status tibemsConsumerInfo_IsConnectionConsumer(
    tibemsConsumerInfo consumerInfo,
    tibems_bool* connectionConsumer);
COBOL Call
CALL "tibemsConsumerInfo_IsConnectionConsumer"
 USING BY VALUE consumerInfo,
       BY REFERENCE connectionConsumer,
       RETURNING tibems-status
END-CALL.
Parameters
 
The function stores consumer connection status in this location. TRUE indicates that the consumer is a connection consumer.
Remarks
Sets the connection status to TRUE if the consumer is a connection consumer, and FALSE otherwise. Notice that for disconnected durable topic subscribers the function returns FALSE even if the durable was created as connection consumer.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved