TIBCO Adapter SDK C++ Reference
MMessageFormat
C++ Classes and Methods
The combination of a transport and a wire format is called a message format. A message formats is a enumerated type that can be passed in, for example, when constructing an MTree. The following message formats are available:

 

 

C++ Description
M_RV_MESSAGE_FORMAT rvMsg using TIBCO Rendezvous transport.
M_AERV_MESSAGE_FORMAT aeRvMsg using TIBCO Rendezvous transport.
M_XMLRV_MESSAGE_FORMAT aeXml message using TIBCO Rendezvous transport.
M_XMLJMS_MESSAGE_FORMAT aeXml message using JMS transport.
Declaration
typedef enum MMessageFormat@1 MMessageFormat;
File
MDefinitions.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.