Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Outbound Message Setup in Salesforce helps for instantaneous update from Source to Database during Replication process.

We can take an example for salesforce.The below steps should be followed to setup Outbound Message in Salesforce.

  • Create an Outbound Message in Salesforce
  • Select Fields to send to backend 
  • Include Session Id 
  • Use end point URL as http(s)://<PublicHOSTNAME/IP>:<PORT>/dbsync/soap/notifications?profileId=<profileName> 
  • Create a “ProfileName” in DBSync which has the selected object for replication. 
  • Edit event_manager file under <<install-folder>>\dbsync-repl\WEB-INF\db\conf and uncomment the below section in the file and replace “avankia” by “dbsync” in class name

<Destination name="WebNotificationQueue" serial="true" persistOnError="true">

            <Listener name="WebNotificationQueue" className="com.dbsync.salesforce.event.WebNotificationEventListener" />

</Destination>

For more details on Setting Up Outbound Message, please refer the below link.

https://www.salesforce.com/developer/docs/api/Content/sforce_api_om_outboundmessaging_setting_up.htm