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


Chapter 9 Session : tibemsSession : tibemsSession_CreateMessage

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.
Parameters
 
Remarks
The JMS specification requires this call. It is equivalent to tibemsMsg_Create on page 29.
See Also
tibemsMsg on page 21

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