Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

false

fixicch2.enable

Enables the overall FIXICC H2 client functionality within FEJ.

Boolean

true, false

false

FIXICC H2 REST API Connection Details

...

Parameter Name

Description

Type

Default Value

Example

fixicch2.url

The URL of the FIXICC H2 REST API endpoint. This is used to load configuration data and subscribe to changes.

String

““

https://localhost:8443

FIXICC H2 Client Keystore Configuration

...

Parameter Name

Description

Type

Default Value

Example

fixicch2.keystore.path

The classpath location of the Java Keystore (JKS) file containing the SSL certificate for authentication.

String

““

classpath:/ssl/fixicch2/fixicch2.jks

fixicch2.keystore-password

The password for accessing the keystore specified in fixicch2.keystore.path.

String

““

fixicch2

Reconnect Configuration for FIXICC H2

...

Parameter Name

Description

Type

Default Value

Example

fixicch2.reconnect.pause

The pause duration in milliseconds (ms) between reconnection attempts to the FIXICC H2 URL in case of errors.

Integer

2000

fixicch2.reconnect.attempt

The maximum number of reconnection attempts FEJ will make to the FIXICC H2 URL before giving up.

Integer

30

Heartbeat Parameters for FIXICC H2

...

Parameter Name

Description

TypePossible Values

Default Value

drools.engine.enabled

Enables or disables the Drools rule engine within FIXEdge Java.

Boolean

true, false