The Reuters OMM adapters use environment variables to specify behavior.
Environment Variable | Used By | Description |
---|---|---|
ESP_ACCUMULATOR_DELAY | Input | (Expert) Delay connection to the Event Stream Processor (seconds). |
ESP_DISABLE_REPORT_ENCODING_NULL | Output | Stop warning about blank-to-null conversions (bool) [false]. |
ESP_FLUSH_INTERVAL | Input | Override the publication flushInterval (microseconds). |
ESP_INTRASUBSCRIBE_DELAY | Input | Override the map attribute (milliseconds). |
ESP_LOG_CONFIG_EVENTS | Both | Set log level (1–7; 2x) for config event processing [-1] |
ESP_MAX_RECORDS_PER_BLOCK | Input | Override the publication maxRecordsPerBlock (count). |
ESP_PENDING_LIMIT | Input | Override the publication pendingLimit. |
ESP_RETRY_INTERVAL | Both | Override the publication retryInterval. |
ESP_RMDSOMM_DISPATCH | Both | (Expert) Dispatch RFA every N milliseconds [10,000]. |
ESP_RMDSOMM_EVENT_TRACE | Both | (Expert) Enable RFA event tracing every N event (int). |
ESP_RMDSOMM_HOME | Both | Specify the installation directory. |
ESP_RMDSOMM_PUBLISH_DEBUG_LEVEL | Output | Set to 7 to see values [not in -opt]. |
ESP_RMDSOMM_PUBLISH_DEBUG_SYMBOLS | Output | Contains a space-delimited list of symbols that are used when default behavior is overriden. If this environment variable is not set, all symbols are used. |
ESP_RMDSOMM_SUBSCRIBE_DEBUG_LEVEL | Input | Set to 7 to see values [not in -opt]. |
ESP_RMDSOMM_SUBSCRIBE_DEBUG_SYMBOLS | Input | Contains a space-delimited list of symbols that are used when default behavior is overriden. If this environment variable is not set, all symbols are used. |
ESP_RMDSOMM_SUBSCRIBE_SYMBOL_FORMAT | Input | Specify symbol list format: 0 for multiline; 1 for single line. |
ESP_SEND_AS_TRANSACTIONS | Input | Override the map attribute. |
ESP_SHOW_FIELD_INFO | Input | Show FID, column, spColumn, and stream name [false]. |
ESP_SHOW_SP_EVENT_DATA | Output | Set log level (1–7) for events from the Event Stream Processor [-1]. |