...
Please configure the FIXICC H2 according to the instance of the local.app.properties in your FIXICC H2 package, and set the following properties:
...
Name | Example value | Default Value | Description |
---|---|---|---|
*cuba.dbmsType | postgres |
| Type of the RDBMS |
cuba.dataSourceProvider | application |
| The value indicates that the data source must be configured using application properties |
*cuba.dataSource.username | C##CUBA |
| The username for the database |
*cuba.dataSource.password | cuba |
| The password for the database |
*cuba.dataSource.dbName | PTGSDB |
| The database name |
*cuba.dataSource.host | 10.68.21.182 |
| Host for the database |
*cuba.dataSource.port | 1521 |
| Port for the database |
| true |
| This property enables the use of HTTPS |
| 8501 |
| The number of the port configured for the Consul |
fixicch2. |
false
false
fixServerType | FIXEdge CPP | all | Configures the type of |
server to work with. Allowed values: FIXEdge CPP, FIXEdge Java, any other value means two types of supported servers. |
*
- marks the mandatory parameter...
fixicch2.prometheus.host | localhost |
| Host for Prometheus |
| 9090 |
| The number of the port configured for Prometheus |
fixicch2.prometheus.pollInterval | 5 | 5 | The time interval between requests to Prometheus |
fixicch2.metrics.support.fe | false | false | The property to hide/show the live counters for the FIXEdge C++ |
fixicch2.metrics.support.fej | true | true | The property to hide/show the live counters for the FIXEdge Java |
fixicch2.unknownServer.autoRegistration | true | true | The property sets the auto adding of the server configuration |
* - marks the mandatory parameter |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
cuba.dbmsType = postgres cuba.dataSourceProvider = application cuba.dataSource.username = C##CUBA cuba.dataSource.password =cuba cuba.dataSource.dbName = PTGSDB cuba.dataSource.host = 10.68.21.182 cuba.dataSource.port = 1521 fixicch2.consul.encrypted_connection = true fixicch2.consul.port =8501 fixicch2.consul.insecure_connection_enabled =false fixicch2.fixServerType = FIXEdge CPP fixicch2.prometheus.port = localhost fixicch2.prometheus.port = 9090 fixicch2.prometheus.pollInterval = 5 fixicch2.metrics.support.fe = 8501false fixicch2.consul.insecure_connection_enabledmetrics.support.fej = falsetrue fixicch2.fixServerTypeunknownServer.autoRegistration = FIXEdge CPPtrue |
The following parameters can also be configured configurated through the "Application Properties" page on FIXICC H2:
Name | Example value | Default Value | Description |
---|---|---|---|
fixicch2.fixServerType | FIXEdge CPP | all | Configures the type of server to work with. Allowed values: FIXEdge CPP, FIXEdge Java, any other value means two types of |
supported servers. | |||
fixicch2.maxTimeToWaitServerStatusUpdate | 10 | 10 | Configures (in minutes) the max time slot for updating the server status from the Consul. If there were no events during the period, the Consul sends the response. The maximum value is 10 minutes. |
fixicch2. |
metricsUpdatePeriod |
10
1 |
10
1 | Configures (in |
seconds) the |
fixicch2.metricsUpdatePeriod
1
1
fixicch2.mode
production
production
fixicch2.notificationTimeZone
UTC
UTC
fixicch2.pauseToReconnect
2000
2000
period for requesting metrics from FIXEdge | |||
fixicch2.mode | production | production | Marks the instance of the FIXICC H2 |
fixicch2.notificationTimeZone | UTC | UTC | Specifies the time zone to display the time of the notification |
fixicch2.pauseToReconnect | 2000 | 2000 | Specifies the pause between reconnection attempts |
fixicch2.prometheus.port | localhost |
| Host for Prometheus |
| 9090 |
| The number of the port configured for Prometheus |
fixicch2.prometheus.pollInterval | 5 | 5 | The time interval between requests to Prometheus |
fixicch2.metrics.support.fe | false | false | The property to hide/show the live counters for the FIXEdge C++ |
fixicch2.metrics.support.fej | true | true | The property to hide/show the live counters for the FIXEdge Java |
fixicch2.unknownServer.autoRegistration | true | true | The property sets the auto adding of the server configuration |
Info |
---|
Notice: If the parameters from the table above were configured in the local.app.properties file, values from the file would be applied despite values changed through the "Application Properties" page |
...