...
This page describes the configuration parameters used in the /conf/fixedge.properties file to enable and configure FIXEdge Java (FEJ) to utilize FIXICC H2 as a configuration service. By configuring FEJ to use FIXICC H2, session and schedule configurations are dynamically retrieved and managed from the H2.
If a parameter is commented out, its default value will be applied.
Enabling FIXICC H2 Configuration Management
...
Parameter Name | Description | Type | Possible Values | Default Value |
---|---|---|---|---|
server.useFixicch2ConfigManager | Determines whether FEJ utilizes the FIXICC H2 based sessionConfigManager and scheduleConfigManager beans. | Boolean | true, false (or commented out) | false (implicitly if commented out) |
fixicch2.enable | Enables the overall FIXICC H2 client functionality within FEJ. | Boolean | true, false | false |
...