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


Chapter 9 Session : tibemsSession : tibemsSession_CreateTextMessage

tibemsSession_CreateTextMessage
Function
Purpose
Create a text message.
C Declaration
tibems_status tibemsSession_CreateTextMessage(
    tibemsSession session,
    tibemsTextMsg* textMsg );
 
tibems_status tibemsSession_CreateTextMessageEx(
    tibemsSession session,
    tibemsTextMsg* textMsg
    const char* text );
COBOL Call
CALL "tibemsSession_CreateTextMessage"
USING BY VALUE session,
BY REFERENCE textMsg,
RETURNING tibems-status
END-CALL.
 
CALL "tibemsSession_CreateTextMessageEx"
USING BY VALUE session,
BY REFERENCE textMsg,
BY REFERENCE text,
RETURNING tibems-status
END-CALL.
 
session and textMsg have usage pointer.
Parameters
 
Remarks
The JMS specification requires these calls. It is equivalent to tibemsTextMsg_Create on page 124.
See Also
tibemsTextMsg on page 123

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