Versions Compared

Key

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

Table of Contents

Configure throttling of outgoing messages

Info

Throttling of outgoing messages is available since FIX Antenna 2.30.0 release

Throttling of outgoing messages allows limiting the amount of sent FIX messages within a time interval.

Overview

If throttling of outgoing messages is configured, FIX Antenna sends to the counterparty the particular amount of messages (MessagesLimit) within the specified time interval (IntervalMs) using the mechanism defined in the Type property. 

If the amount of sent FIX messages exceeds the specified MessagesLimit within the configured time interval then the outgoing message will be added to the queue. 

Configuration example

Throttling properties must be configured in the engine.properties file:

...

If at least one of these parameters is specified with an incorrect value then the FIX session will not be created.

Log messages

If the MessagesLimit or IntervalMs property is specified with an incorrect value, the warning below will be logged:

...