TIBCO Adapter SDK C++ Reference
MPublisher::send
MPublisher
Publish a message.
Remarks
Since TIBCO Adapter SDK 3.0.0, this method replaces the usage of getSequenceNumber().

The data is in MTree format. The application itself is responsible for converting data to MTree format.

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.
Mu8 & ulSequenceNumber This is set to the current CM sequence number for a specific send() call when using M_RVCM communication prototocol.
Exceptions
MException is thrown when the underlying transport fails to send the data.
Declaration
void send(const MTree& refMTree, Mu8 & ulSequenceNumber) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.