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


Chapter 15 Administration : tibemsServerInfo : tibemsServerInfo_GetQueueCount

tibemsServerInfo_GetQueueCount
Function
Purpose
Get the total number of queues in the server.
C Declaration
tibems_status tibemsServerInfo_GetQueueCount(
    tibemsServerInfo serverInfo,
    tibems_int* count);
COBOL Call
CALL "tibemsServerInfo_GetQueueCount"
 USING BY VALUE serverInfo,
       BY REFERENCE count,
       RETURNING tibems-status
END-CALL.
Parameters
 
 

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