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


Chapter 9 Session : tibemsSession : tibemsSession_CreateMapMessage

tibemsSession_CreateMapMessage
Function
Purpose
Create a map message.
C Declaration
tibems_status tibemsSession_CreateMapMessage(
    tibemsSession session,
    tibemsMapMsg* mapMsg );
COBOL Call
CALL "tibemsSession_CreateMapMessage"
USING BY VALUE session,
BY REFERENCE mapMsg,
RETURNING tibems-status
END-CALL.
 
session and mapMsg have usage pointer.
Parameters
 
Remarks
The JMS specification requires this call. It is equivalent to tibemsMapMsg_Create on page 91.
See Also
tibemsMapMsg on page 90

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