tibemsConsumerInfo_IsShared
Function
C Declaration
tibems_status tibemsConsumerInfo_IsShared( tibemsConsumerInfo consumerInfo, tibems_bool* shared);
COBOL Call
CALL "tibemsConsumerInfo_IsShared" USING BY VALUE consumerInfo, BY REFERENCE shared, RETURNING tibems-status END-CALL.
Remarks
If the consumer is shared, the shared status will be set to TRUE. Otherwise, shared is FALSE.
For more information, see Shared Subscriptions for Topics in the TIBCO Enterprise Message Service User’s Guide.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.