tibemsSession_CreateMessage


Function

Purpose

Create a message.

C Declaration

tibems_status tibemsSession_CreateMessage( 
    tibemsSession session, 
    tibemsMsg* message ); 

COBOL Call

CALL "tibemsSession_CreateMessage" 
     USING BY VALUE session, 
           BY REFERENCE message, 
           RETURNING tibems-status 
END-CALL. 

session and message have usage pointer.

Remarks

The JMS specification requires this call. It is equivalent to tibemsMsg_Create .

Parameter
Description
session
Create the message in this session.
message
The function stores the new message object in this location.

See Also

tibemsMsg


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