tibemsConsumerInfo_GetSharedSubscriptionName
Function
C Declaration
tibems_status tibemsConsumerInfo_GetSharedSubscriptionName( tibemsConsumerInfo consumerInfo, char* sharedName, tibems_int name_len);
COBOL Call
CALL "tibemsConsumerInfo_GetSharedSubscriptionName" USING BY VALUE consumerInfo, BY REFERENCE sharedName, BY VALUE name-len, RETURNING tibems-status END-CALL.
Remarks
This function can be used to retrieve the shared subscription name for the consumer. Only shared consumers have a shared subscription name. The function returns NULL if the consumer is not shared or is a queue receiver.
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.