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


Chapter 15 Administration : tibemsQueueInfo : tibemsQueueInfo_Create

tibemsQueueInfo_Create
Function
Purpose
Create a tibemsQueueInfo object.
C Declaration
tibems_status tibemsQueueInfo_Create(
    tibemsQueueInfo* queueInfo,
    const char* queueName);
COBOL Call
CALL "tibemsQueueInfo_Create"
 USING BY REFERENCE queueInfo,
       BY REFERENCE name,
       RETURNING tibems-status
END-CALL.
Parameters
 
Store the new tibemsQueueInfo object in this location.
Create the tibemsQueueInfo object with this name. The queueName can include wildcards.
Remarks
This function is used to create a tibemsQueueInfo object with the specified name. The tibemsQueueInfo object may then be passed as the tibemsDestinationInfo argument to the tibemsAdmin_GetConsumers and tibemsAdmin_GetProducerStatistics functions. The name may include wildcards.
For more information on wildcards, see Wildcards of the TIBCO Enterprise Message Service User’s Guide.
See Also
tibemsTopicInfo_Create on page 532
tibemsAdmin_GetConsumers on page 432
tibemsAdmin_GetProducerStatistics on page 436

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