Function
Create a map message.
tibems_status
tibemsSession_CreateMapMessage(tibemsSession
session,tibemsMapMsg
* mapMsg );
CALL "tibemsSession_CreateMapMessage" USING BY VALUE session, BY REFERENCE mapMsg, RETURNING tibems-status END-CALL.
The JMS specification requires this call. It is equivalent to tibemsMapMsg_Create
.
Parameter
|
Description
|
---|---|
session
|
Create the message in this session.
|
mapMsg
|
The function stores the new message object in this location.
|
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |