tibemsQueueInfo_Create
Function
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.
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.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.