SessionProperties.GdReconnectFailAction Property

Solclient

SessionPropertiesGdReconnectFailAction Property
version: 7.2.1.27
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

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public Nullable<SessionPropertiesGuaranteedDeliveryReconnectFailAction> GdReconnectFailAction { get; set; }
Public Property GdReconnectFailAction As Nullable(Of SessionPropertiesGuaranteedDeliveryReconnectFailAction)
	Get
	Set
public:
property Nullable<SessionPropertiesGuaranteedDeliveryReconnectFailAction> GdReconnectFailAction {
	Nullable<SessionPropertiesGuaranteedDeliveryReconnectFailAction> get ();
	void set (Nullable<SessionPropertiesGuaranteedDeliveryReconnectFailAction> value);
}

Property Value

Type: NullableSessionPropertiesGuaranteedDeliveryReconnectFailAction
See Also