Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Database | - |
Not Applicable | - |
Resolution:
You construct a publisher through MComponentEnumerator <MPublisher> and set up the publisher in repo to publish in RV format instead of AE format. Then call the publisher to publish whatever you want.
You can use the MApp* pointer to get the component registry
by calling mapp->getComponentRegistry() as the parameter.
You can get the pointer to MPublisher as following:
MPublisher* pMPublisher =
MPublisher::downCast(getComponentByName("publisher"));