You might already be familiar with implementing a Perspectium solution by sharing data to a reporting database, in which case, a subscribe task is defined in the agent.xml of the Perspectium Replicator Agent. However, did you also know that the Replicator Agent can share data from an external database?
The handler com.perspectium.replicator.sql.sharer.SQLSharer will bulk share existing records in a database table to a designated queue in Perspectium’s cloud Message Broker Service (MBS). Additionally, the handler com.perspectium.replicator.sql.sharer.SQLShareByLastUpdateQuery can perform an incremental bulk share on the records updated or created since the last share.
To learn more about these handlers for the Replicator Agent, see:
https://wiki.perspectium.com/doku.php?id=sql_sharer_agent&s%5B%5D=replicator&s%5B%5D=agent&s%5B%5D=xml
and
https://wiki.perspectium.com/doku.php?id=replicator_agent_command_query_sharer