xDI - How To - Runtime

Log Database - Purging sessions
The Runtime writes session information to the "log database". This article shows how to purge sessions from this database. The purge described ...
Fri, 11 Feb, 2022 at 12:50 PM
Log Database - Best Practices
By default Stambia runtime is using an internal H2 database as the log database. This makes it extremely easy to launch the runtime out-of-the box because ...
Tue, 18 Apr, 2023 at 10:16 AM
Executing Deliveries - Methods Overview
This article summarizes and explains the different ways to execute Deliveries, except the deliveries deployed as webservices     script startCommand[.ba...
Fri, 11 Feb, 2022 at 12:59 PM
Scheduler - Schedule a Job Every Hour Between Specific Hour Range
Here is an example of how to schedule a Stambia delivery every hour between 1am and 10pm. connect to the Runtime on which you wish to schedule the deliver...
Fri, 11 Feb, 2022 at 12:55 PM
Scheduler - Getting Started
Time-based Scheduling The Scheduler is time-based, much like linux' Cron system. It means that you can define when the Deliveries are executed by s...
Fri, 11 Feb, 2022 at 12:54 PM
Configuration - Separating Runtime DDL and DML Operations
When the Runtime starts up, it checks the Log Database structure and creates it or updates it when necessary.  This behavior can be disabled, which is u...
Fri, 11 Feb, 2022 at 12:52 PM
[Java] How to Disable JVM DNS resolution cache
By default, the Java instance running the runtime caches DNS resolution values. So, in case of DNS address resolution update, it may be necessary to restar...
Mon, 27 Jun, 2022 at 3:28 PM
How to install xDI Runtime as a service using NSSM
Need As, starting with 2024.1.x, Semarchy does not provide a script to set the runtime to run as a service (installEngineAsService.bat), you may need help...
Tue, 22 Jul, 2025 at 12:01 PM