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


Chapter 15 Administration : tibemsConsumerInfo : tibemsConsumerInfo_GetSharedSubscriptionName

tibemsConsumerInfo_GetSharedSubscriptionName
Function
Purpose
Get the shared subscription name for a consumer.
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.
 
sharedName has usage pointer.
Parameters
 
Length of the sharedName buffer.
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 the section Shared Subscriptions for Topics in the TIBCO Enterprise Message Service User’s Guide.
See Also
tibemsConsumerInfo_IsShared on page 478

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