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.

<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