TIBCO Adapter SDK C++ Reference
MPublisher
Class Hierarchy | C++ Classes and Methods | Members | Methods
An MPublisher is a reusable component for publishing messages to TIBCO Rendezvous using a specified subject name.
Remarks
An MPublisher can generate MDataEvents when the adapter implements a request/reply protocol using sendWithReply().

The publisher always publishes data in MTree format. The application is responsible for building the MTree based on the input data.

Adapters can interact directly with TIBCO Rendezvous if source and destination applications are of the same type. Otherwise, applications publish messages to TIBCO MessageBroker or a third-party message transformation system.

Declaration
class MPublisher : public MComponent;
Class Hierarchy
MObject
    MComponent
        MPublisher
File
MPublisher.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.