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


Chapter 15 Administration : tibemsConsumerInfo : tibemsConsumerInfo_IsConnected

tibemsConsumerInfo_IsConnected
Function
Purpose
Get the connection status of the consumer.
C Declaration
tibems_status tibemsConsumerInfo_IsConnected(
    tibemsConsumerInfo consumerInfo,
    tibems_bool* connected);
COBOL Call
CALL "tibemsConsumerInfo_IsConnected"
 USING BY VALUE consumerInfo,
       BY REFERENCE connected,
       RETURNING tibems-status
END-CALL.
Parameters
 
Remarks
The connection status will be set to TRUE if this consumer is connected to the server, and FALSE otherwise. Only durable topic subscribers may be in a disconnected state. This function always sets the connection status to TRUE for queue receivers and non-durable topic consumers.

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