tibemsQueueSession_CreateSender


Function

Purpose

Create a message producer.

C Declaration

tibems_status tibemsQueueSession_CreateSender( 
    tibemsQueueSession session, 
    tibemsQueueSender* queueSender, 
    tibemsQueue queue ); 

COBOL Call

CALL "tibemsQueueSession_CreateSender" 
     USING BY VALUE session, 
           BY REFERENCE queueSender, 
           BY VALUE queue, 
           RETURNING tibems-status 
END-CALL. 

session, queueSender and queue have usage pointer.

Parameter
Description
session
Create the sender in this session.
queueSender
The function stores the new sender object in this location.
queue
When non-null, the sender sends messages to this queue.
When null, the client program must specify the destination queue for each message individually.

See Also

tibemsQueue

tibemsQueueSender


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