Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Administering CloudStreams | webMethods CloudStreams Documentation | Administering webMethods CloudStreams | Cloud Connections, Services, and Connector Listeners | Persistent configuration of last received Replay IDs
 
Persistent configuration of last received Replay IDs
CloudStreams internally uses persistent caches to store replayIds for each listener. Do the following for each setup of CloudStreams to persist entries of the cache:
*CloudStreams setup in a cluster: For a cluster setup, the persistence of this cache will be handled by default.
*CloudStreams setup in a stand-alone mode: For any on-premises stand-alone Integration Server installation, which is not in a clustered setup, the administrator will have to do the following:
1. Go to the <IS-installation-dir>\IntegrationServer\instances\<instance name>\packages\WmCloudStreams\config\resources\caching directory.
2. Open the SoftwareAG-IS-CloudStreams.xml file.
3. In the ReplayIDCache cache, specify the following entry: <persistence strategy="localrestartable" synchronousWrites="true"/>
4. Delete the CloudStreams caching file SoftwareAG-IS-CloudStreams.xml file, from the location, <IS-installation-dir>\IntegrationServer\instances\<instance name>\config\caching for the above changes to take effect.
5. Restart Integration Server.