SessionProperties.ReapplySubscriptions Property

Solclient

SessionPropertiesReapplySubscriptions Property
version: 7.2.1.27
Set to true to allow the API to remember subscriptions and reapply them upon a session reconnect.

Note: Reapply subscriptions will only apply direct topic subscriptions unpon a Session reconnect. It will not reapply topic subscriptions on durable and non-durable endpoints.

Default: false

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public bool ReapplySubscriptions { get; set; }
Public Property ReapplySubscriptions As Boolean
	Get
	Set
public:
property bool ReapplySubscriptions {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean
See Also