10.24.0

SessionPropertiesGdReconnectFailAction Property

Specify the behavior when the CCSMP API is unable to reconnect guaranteed delivery after reconnecting the session. This may occur if the session is configured with a host list where each Solace router in the host list is unaware of the state on the previous router. It can also occur if the time to reconnect to the same router exceeds the publisher flow timeout on the router.

May be set as an environment variable. (see SessionProperties)

Default: AUTO_RETRY

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public SessionPropertiesGuaranteedDeliveryReconnectFailAction? GdReconnectFailAction { get; set; }

Property Value

NullableSessionPropertiesGuaranteedDeliveryReconnectFailAction

See Also