TIBCO Adapter SDK C++ Reference
MPublisher::send
MPublisher
Publish a message. This form sends a TIBCO Rendezvous message.
Remarks
The data is in MTree format. The application itself is responsible for converting data to MTree format. You should not pass an MTree publisher that has a different format because it degrades performance.

The SDK serializes the MTree so its format is suitable for network transmissions.

If a call to this method fails, the publisher signals an exception.

Parameters
Parameters Description
const MTree& refMTree Pointer to the MTree instance that the publisher will send to TIBCO Rendezvous.
Exceptions
MException is thrown when the underlying transport fails to send the data.
Declaration
void send(const MTree& refMTree) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.