Click or drag to resize
Akka.NETAtLeastOnceDeliverySettings Properties

The PersistenceSettingsAtLeastOnceDeliverySettings type exposes the following members.

Properties
  NameDescription
Public propertyMaxUnconfirmedMessages
Public propertyRedeliverInterval
Interval between redelivery attempts.
Public propertyRedeliveryBurstLimit
Maximum number of unconfirmed messages that will be sent at each redelivery burst. This is to help to prevent overflowing amount of messages to be sent at once, for eg. when destination cannot be reached for a long time.
Public propertyWarnAfterNumberOfUnconfirmedAttempts
After this number of delivery attempts a UnconfirmedWarning message will be sent to Self. The count is reset after restart.
Top
See Also