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


Chapter 3 Destination : tibemsQueue : tibemsQueue_Create

tibemsQueue_Create
Function
Purpose
Create a queue object.
C Declaration
tibems_status tibemsQueue_Create(
    tibemsQueue* queue,
    const char* queueName );
COBOL Call
CALL "tibemsQueue_Create"
USING BY REFERENCE queue,
BY REFERENCE queueName,
RETURNING tibems-status
END-CALL.
 
queue has usage pointer.
Parameters
 
Remarks
This call creates only local objects (within the program). It does not attempt to bind the local queue object to the corresponding server object until the program creates a tibemsMsgConsumer or a tibemsMsgProducer that uses the queue.
The bind can fail for the following reasons:
 
See Also
tibemsLookupContext on page 332

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