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


Chapter 9 Session : tibemsSession : tibemsSession_CreateStreamMessage

tibemsSession_CreateStreamMessage
Function
Purpose
Create a stream message.
C Declaration
tibems_status tibemsSession_CreateStreamMessage(
    tibemsSession session,
    tibemsStreamMsg* streamMsg );
COBOL Call
CALL "tibemsSession_CreateStreamMessage"
USING BY VALUE session,
BY REFERENCE streamMsg,
RETURNING tibems-status
END-CALL.
 
session and streamMsg have usage pointer.
Parameters
 
Remarks
The JMS specification requires this call. It is equivalent to tibemsStreamMsg_Create on page 111.
See Also
tibemsStreamMsg on page 109

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