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


Chapter 15 Administration : tibemsConsumerInfo : tibemsConsumerInfo_IsShared

tibemsConsumerInfo_IsShared
Function
Purpose
Get the shared subscription status of the consumer.
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.
 
shared has usage pointer.
Parameters
 
Remarks
If the consumer is shared, the shared status will be set to TRUE. Otherwise, shared is FALSE.
For more information, see the section Shared Subscriptions for Topics in the TIBCO Enterprise Message Service User’s Guide.
See Also
tibemsConsumerInfo_GetSharedSubscriptionName on page 471

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