tibemsQueue_GetQueueName


Function

Purpose

Get the name of a queue object.

C Declaration

tibems_status tibemsQueue_GetQueueName( 
    tibemsQueue queue, 
    char* name, 
    tibems_int name_len ); 

COBOL Call

CALL "tibemsQueue_GetQueueName" 
     USING BY VALUE queue, 
           BY REFERENCE name, 
           BY VALUE name-len 
           RETURNING tibems-status 
END-CALL. 

queue has usage pointer.

Remarks

Each queue has a lookup name that is unique among all queues.

Parameters

Parameter
Description
queue
Get the name of this queue.
name
The function copies the name to this location.
name_len
Length of the name buffer.

Remarks

A null character terminates the copied name string.

Your program must allocate the name buffer, and pass its length to the function.


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com