Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Configure throttling of outgoing messages

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.

Configuration example

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

engine.properties
Session.<SenderId>/<TargetId>.Throttlers = MyGeneralOutLimiter
Session.<SenderId>/<TargetId>.Throttlers.MyGeneralOutLimiter.Direction = Outgoing
Session.<SenderId>/<TargetId>.Throttlers.MyGeneralOutLimiter.Type = SlidingWindowMessages
# throttler type dependent parameters
Session.<SenderId>/<TargetId>.Throttlers.MyGeneralOutLimiter.MessagesLimit = 50
Session.<SenderId>/<TargetId>.Throttlers.MyGeneralOutLimiter.IntervalMs = 2000

Please refer to the Throttling parameters page for more information about throttling properties.

  • No labels