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


Chapter 9 Session : tibemsSession : tibemsSession_CreateProducer

tibemsSession_CreateProducer
Function
Purpose
Create a message producer.
C Declaration
tibems_status tibemsSession_CreateProducer(
    tibemsSession session,
    tibemsMsgProducer* producer,
    tibemsDestination destination );
COBOL Call
CALL "tibemsSession_CreateProducer"
USING BY VALUE session,
BY REFERENCE producer,
BY VALUE destination,
RETURNING tibems-status
END-CALL.
 
session, producer and destination have usage pointer.
Parameters
 
See Also
tibemsDestination on page 144
tibemsMsgProducer on page 174

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